diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-02 11:12:43 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-02 11:12:43 +1000 |
commit | 292dcc86dd69e343630ab49ce96a418345c174fc (patch) | |
tree | 08d00ca3559e96bda3bda0cce92283364117b89b /arch/ppc/kernel/head_booke.h | |
parent | c0c0d996d08e450164adedc249c1bbbca63524ce (diff) | |
parent | eeb2d21806123a67d957783c4a0c8b020a378cf0 (diff) | |
download | op-kernel-dev-292dcc86dd69e343630ab49ce96a418345c174fc.zip op-kernel-dev-292dcc86dd69e343630ab49ce96a418345c174fc.tar.gz |
Merge rsync://ozlabs.org/sfr-git/for-paulus/
Diffstat (limited to 'arch/ppc/kernel/head_booke.h')
-rw-r--r-- | arch/ppc/kernel/head_booke.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/kernel/head_booke.h b/arch/ppc/kernel/head_booke.h index 9342acf..aeb349b 100644 --- a/arch/ppc/kernel/head_booke.h +++ b/arch/ppc/kernel/head_booke.h @@ -335,7 +335,7 @@ label: mfspr r4,SPRN_DEAR; /* Grab the DEAR and save it */ \ stw r4,_DEAR(r11); \ addi r3,r1,STACK_FRAME_OVERHEAD; \ - EXC_XFER_EE(0x0600, AlignmentException) + EXC_XFER_EE(0x0600, alignment_exception) #define PROGRAM_EXCEPTION \ START_EXCEPTION(Program) \ @@ -343,7 +343,7 @@ label: mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \ stw r4,_ESR(r11); \ addi r3,r1,STACK_FRAME_OVERHEAD; \ - EXC_XFER_STD(0x0700, ProgramCheckException) + EXC_XFER_STD(0x0700, program_check_exception) #define DECREMENTER_EXCEPTION \ START_EXCEPTION(Decrementer) \ |