diff options
Diffstat (limited to 'arch/powerpc/sysdev/mpic.c')
-rw-r--r-- | arch/powerpc/sysdev/mpic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c index c660e7d7c643..02b4d2488bfd 100644 --- a/arch/powerpc/sysdev/mpic.c +++ b/arch/powerpc/sysdev/mpic.c | |||
@@ -44,6 +44,9 @@ static struct mpic *mpics; | |||
44 | static struct mpic *mpic_primary; | 44 | static struct mpic *mpic_primary; |
45 | static DEFINE_SPINLOCK(mpic_lock); | 45 | static DEFINE_SPINLOCK(mpic_lock); |
46 | 46 | ||
47 | #ifdef CONFIG_PPC32 /* XXX for now */ | ||
48 | #define distribute_irqs CONFIG_IRQ_ALL_CPUS | ||
49 | #endif | ||
47 | 50 | ||
48 | /* | 51 | /* |
49 | * Register accessor functions | 52 | * Register accessor functions |