diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/kernel/irq.c | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 613eacf7f409..4eecaaa54451 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -134,6 +134,7 @@ config PPC | |||
134 | select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64 | 134 | select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64 |
135 | select HAVE_GENERIC_HARDIRQS | 135 | select HAVE_GENERIC_HARDIRQS |
136 | select HAVE_SPARSE_IRQ | 136 | select HAVE_SPARSE_IRQ |
137 | select SPARSE_IRQ | ||
137 | select IRQ_PER_CPU | 138 | select IRQ_PER_CPU |
138 | select GENERIC_IRQ_SHOW | 139 | select GENERIC_IRQ_SHOW |
139 | select GENERIC_IRQ_SHOW_LEVEL | 140 | select GENERIC_IRQ_SHOW_LEVEL |
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 01e2877e8e04..9b6e80668cfb 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -93,10 +93,6 @@ extern int tau_interrupts(int); | |||
93 | 93 | ||
94 | #ifdef CONFIG_PPC64 | 94 | #ifdef CONFIG_PPC64 |
95 | 95 | ||
96 | #ifndef CONFIG_SPARSE_IRQ | ||
97 | EXPORT_SYMBOL(irq_desc); | ||
98 | #endif | ||
99 | |||
100 | int distribute_irqs = 1; | 96 | int distribute_irqs = 1; |
101 | 97 | ||
102 | static inline notrace unsigned long get_hard_enabled(void) | 98 | static inline notrace unsigned long get_hard_enabled(void) |