Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/context_offset.h

    rc0699467 r9765182  
    7575
    7676#ifdef __ASM__
     77# include <arch/asm/regname.h>
    7778
    78 #ifdef KERNEL
    79 
    80 #include <arch/asm/regname.h>
    81 
    82 #else /* KERNEL */
    83 
    84 #include <libarch/regname.h>
    85 
    86 #endif /* KERNEL */
    87 
    88 /* ctx: address of the structure with saved context */
     79# ctx: address of the structure with saved context
    8980.macro CONTEXT_SAVE_ARCH_CORE ctx:req
    9081        stw sp, OFFSET_SP(\ctx)
     
    111102.endm
    112103
    113 /* ctx: address of the structure with saved context */
     104# ctx: address of the structure with saved context
    114105.macro CONTEXT_RESTORE_ARCH_CORE ctx:req
    115106        lwz sp, OFFSET_SP(\ctx)
Note: See TracChangeset for help on using the changeset viewer.