Loading arch/blackfin/kernel/irqchip.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -54,6 +54,7 @@ static struct irq_desc bad_irq_desc = { #error "Blackfin architecture does not support CONFIG_CPUMASK_OFFSTACK." #error "Blackfin architecture does not support CONFIG_CPUMASK_OFFSTACK." #endif #endif #ifdef CONFIG_PROC_FS int show_interrupts(struct seq_file *p, void *v) int show_interrupts(struct seq_file *p, void *v) { { int i = *(loff_t *) v, j; int i = *(loff_t *) v, j; Loading Loading @@ -85,6 +86,7 @@ int show_interrupts(struct seq_file *p, void *v) } } return 0; return 0; } } #endif /* /* * do_IRQ handles all hardware IRQs. Decoded IRQs should not * do_IRQ handles all hardware IRQs. Decoded IRQs should not Loading Loading
arch/blackfin/kernel/irqchip.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -54,6 +54,7 @@ static struct irq_desc bad_irq_desc = { #error "Blackfin architecture does not support CONFIG_CPUMASK_OFFSTACK." #error "Blackfin architecture does not support CONFIG_CPUMASK_OFFSTACK." #endif #endif #ifdef CONFIG_PROC_FS int show_interrupts(struct seq_file *p, void *v) int show_interrupts(struct seq_file *p, void *v) { { int i = *(loff_t *) v, j; int i = *(loff_t *) v, j; Loading Loading @@ -85,6 +86,7 @@ int show_interrupts(struct seq_file *p, void *v) } } return 0; return 0; } } #endif /* /* * do_IRQ handles all hardware IRQs. Decoded IRQs should not * do_IRQ handles all hardware IRQs. Decoded IRQs should not Loading