diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-08 21:28:33 -0500 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-08 21:28:33 -0500 |
commit | b709c0832824da20a32a3119911b9f0cf6970452 (patch) | |
tree | 1bf6e461f754aee5dbd870072080b5e5f2c1ee8c /include/asm-powerpc | |
parent | 66ba135c5a398df5c3a4b43d84d9df80cbc87c61 (diff) |
ppc64: move stack switching up in interrupt processing
This will make the ppc64 multiplatform irq handling more like
the generic handling.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/irq.h b/include/asm-powerpc/irq.h index b3935ea28fff..2a768e096067 100644 --- a/include/asm-powerpc/irq.h +++ b/include/asm-powerpc/irq.h | |||
@@ -488,8 +488,8 @@ extern struct thread_info *softirq_ctx[NR_CPUS]; | |||
488 | 488 | ||
489 | extern void irq_ctx_init(void); | 489 | extern void irq_ctx_init(void); |
490 | extern void call_do_softirq(struct thread_info *tp); | 490 | extern void call_do_softirq(struct thread_info *tp); |
491 | extern int call_handle_IRQ_event(int irq, struct pt_regs *regs, | 491 | extern int call_ppc_irq_dispatch_handler(struct pt_regs *regs, int irq, |
492 | struct irqaction *action, struct thread_info *tp); | 492 | struct thread_info *tp); |
493 | 493 | ||
494 | #define __ARCH_HAS_DO_SOFTIRQ | 494 | #define __ARCH_HAS_DO_SOFTIRQ |
495 | 495 | ||