diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-28 08:45:25 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-28 08:45:25 -0400 |
commit | d73e0c99f5c45e7b86d38725a4ff49f6746f5353 (patch) | |
tree | 92bc8a15a55ece53c6860af5c2d9ec6ce4d006a8 /arch/powerpc/kernel/head_4xx.S | |
parent | 007e8f51b26ae7b6a17651af5a0f01ab6491cdca (diff) |
powerpc: Rename asm offset TRAP to _TRAP for 32-bit
... for consistency with 64-bit.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/head_4xx.S')
-rw-r--r-- | arch/powerpc/kernel/head_4xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_4xx.S b/arch/powerpc/kernel/head_4xx.S index 10c261c67021..2590e97f5539 100644 --- a/arch/powerpc/kernel/head_4xx.S +++ b/arch/powerpc/kernel/head_4xx.S | |||
@@ -214,7 +214,7 @@ label: | |||
214 | 214 | ||
215 | #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ | 215 | #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ |
216 | li r10,trap; \ | 216 | li r10,trap; \ |
217 | stw r10,TRAP(r11); \ | 217 | stw r10,_TRAP(r11); \ |
218 | lis r10,msr@h; \ | 218 | lis r10,msr@h; \ |
219 | ori r10,r10,msr@l; \ | 219 | ori r10,r10,msr@l; \ |
220 | copyee(r10, r9); \ | 220 | copyee(r10, r9); \ |