File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ config SUPERH
56
56
select HAVE_STACKPROTECTOR
57
57
select HAVE_SYSCALL_TRACEPOINTS
58
58
select IRQ_FORCED_THREADING
59
- select MAY_HAVE_SPARSE_IRQ
60
59
select MODULES_USE_ELF_RELA
61
60
select NEED_SG_DMA_LENGTH
62
61
select NO_DMA if !MMU && !DMA_COHERENT
Original file line number Diff line number Diff line change 5
5
#include <linux/cpumask.h>
6
6
#include <asm/machvec.h>
7
7
8
- /*
9
- * Only legacy non-sparseirq platforms have to set a reasonably sane
10
- * value here. sparseirq platforms allocate their irq_descs on the fly,
11
- * so will expand automatically based on the number of registered IRQs.
12
- */
13
- #ifdef CONFIG_SPARSE_IRQ
14
- # define NR_IRQS 8
15
- #else
16
- # define NR_IRQS 512
17
- #endif
18
-
19
8
/*
20
9
* This is a special IRQ number for indicating that no IRQ has been
21
10
* triggered and to simply ignore the IRQ dispatch. This is a special
You can’t perform that action at this time.
0 commit comments