summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:41:04 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:41:04 +0000
commit586c15a5f8bfd41fc56d6f5197653607071fcf7c (patch)
tree57cdba3af9b16d4f1257d54b04a0e0566f29a470 /c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
parent2007-12-05 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-586c15a5f8bfd41fc56d6f5197653607071fcf7c.tar.bz2
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
* irq/irq_init.c, irq_asm.S: Converted exception vector names to new ones (qualified by <cpu_type> if non-std ppc exceptions).
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/irq/irq.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
index 5f2d71d3be..62fd0336e1 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.c
@@ -654,7 +654,7 @@ void C_dispatch_irq_handler (CPU_Interrupt_frame *frame, unsigned int excNum)
return;
- case ASM_SYSMGMT_VECTOR:
+ case ASM_60X_SYSMGMT_VECTOR:
/* get the content of main interrupt status register */
pmce = mpc5200.pmce;