Go to the documentation of this file.
2 #ifndef _ASM_POWERPC_IRQ_H
3 #define _ASM_POWERPC_IRQ_H
14 #include <linux/list.h>
17 #include <asm/types.h>
21 extern atomic_t ppc_n_lost_interrupts;
27 #define NR_IRQS CONFIG_NR_IRQS
30 #define NR_IRQS_LEGACY NUM_ISA_INTERRUPTS
37 extern void irq_early_init(
void);
44 extern int distribute_irqs;
49 #define __ARCH_HAS_DO_SOFTIRQ
51 #if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
59 extern void exc_lvl_ctx_init(
void);
61 #define exc_lvl_ctx_init()
71 extern void call_do_softirq(
struct thread_info *tp);
72 extern int call_handle_irq(
int irq,
void *
p1,