Changeset 8ff0bd2 in mainline for kernel/arch/ppc32/include/context_offset.h
- Timestamp:
- 2011-09-04T11:30:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/context_offset.h
rd2c67e7 r8ff0bd2 75 75 76 76 #ifdef __ASM__ 77 # include <arch/asm/regname.h>78 77 79 # ctx: address of the structure with saved context 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 */ 80 89 .macro CONTEXT_SAVE_ARCH_CORE ctx:req 81 90 stw sp, OFFSET_SP(\ctx) … … 102 111 .endm 103 112 104 # ctx: address of the structure with saved context 113 /* ctx: address of the structure with saved context */ 105 114 .macro CONTEXT_RESTORE_ARCH_CORE ctx:req 106 115 lwz sp, OFFSET_SP(\ctx)
Note:
See TracChangeset
for help on using the changeset viewer.