diff options
Diffstat (limited to 'arch/powerpc/include/asm/irq.h')
-rw-r--r-- | arch/powerpc/include/asm/irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h index 4e3051595b2b..67ab5fb7d153 100644 --- a/arch/powerpc/include/asm/irq.h +++ b/arch/powerpc/include/asm/irq.h | |||
@@ -330,7 +330,6 @@ extern void exc_lvl_ctx_init(void); | |||
330 | #define exc_lvl_ctx_init() | 330 | #define exc_lvl_ctx_init() |
331 | #endif | 331 | #endif |
332 | 332 | ||
333 | #ifdef CONFIG_IRQSTACKS | ||
334 | /* | 333 | /* |
335 | * Per-cpu stacks for handling hard and soft interrupts. | 334 | * Per-cpu stacks for handling hard and soft interrupts. |
336 | */ | 335 | */ |
@@ -341,11 +340,6 @@ extern void irq_ctx_init(void); | |||
341 | extern void call_do_softirq(struct thread_info *tp); | 340 | extern void call_do_softirq(struct thread_info *tp); |
342 | extern int call_handle_irq(int irq, void *p1, | 341 | extern int call_handle_irq(int irq, void *p1, |
343 | struct thread_info *tp, void *func); | 342 | struct thread_info *tp, void *func); |
344 | #else | ||
345 | #define irq_ctx_init() | ||
346 | |||
347 | #endif /* CONFIG_IRQSTACKS */ | ||
348 | |||
349 | extern void do_IRQ(struct pt_regs *regs); | 343 | extern void do_IRQ(struct pt_regs *regs); |
350 | 344 | ||
351 | #endif /* _ASM_IRQ_H */ | 345 | #endif /* _ASM_IRQ_H */ |