We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a323fb6 commit 6bf8be7Copy full SHA for 6bf8be7
arch/microblaze/Kconfig
@@ -46,6 +46,7 @@ config MICROBLAZE
46
select VIRT_TO_BUS
47
select CPU_NO_EFFICIENT_FFS
48
select MMU_GATHER_NO_RANGE if MMU
49
+ select SPARSE_IRQ
50
51
# Endianness selection
52
choice
arch/microblaze/include/asm/irq.h
@@ -9,7 +9,6 @@
9
#ifndef _ASM_MICROBLAZE_IRQ_H
10
#define _ASM_MICROBLAZE_IRQ_H
11
12
-#define NR_IRQS (32 + 1)
13
#include <asm-generic/irq.h>
14
15
struct pt_regs;
0 commit comments