diff options
Diffstat (limited to 'arch/blackfin/kernel')
| -rw-r--r-- | arch/blackfin/kernel/irqchip.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/irqchip.c b/arch/blackfin/kernel/irqchip.c index bd052a67032..401bd32aa49 100644 --- a/arch/blackfin/kernel/irqchip.c +++ b/arch/blackfin/kernel/irqchip.c | |||
| @@ -70,6 +70,11 @@ static struct irq_desc bad_irq_desc = { | |||
| 70 | #endif | 70 | #endif |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | #ifdef CONFIG_CPUMASK_OFFSTACK | ||
| 74 | /* We are not allocating a variable-sized bad_irq_desc.affinity */ | ||
| 75 | #error "Blackfin architecture does not support CONFIG_CPUMASK_OFFSTACK." | ||
| 76 | #endif | ||
| 77 | |||
| 73 | int show_interrupts(struct seq_file *p, void *v) | 78 | int show_interrupts(struct seq_file *p, void *v) |
| 74 | { | 79 | { |
| 75 | int i = *(loff_t *) v, j; | 80 | int i = *(loff_t *) v, j; |
