Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Convert to asm-generic/hardirq.h

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Christoph Hellwig and committed by
Ralf Baechle
24ffce18 d47fbb59

+3 -9
+3 -9
arch/mips/include/asm/hardirq.h
··· 10 10 #ifndef _ASM_HARDIRQ_H 11 11 #define _ASM_HARDIRQ_H 12 12 13 - #include <linux/threads.h> 14 - #include <linux/irq.h> 15 - 16 - typedef struct { 17 - unsigned int __softirq_pending; 18 - } ____cacheline_aligned irq_cpustat_t; 19 - 20 - #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ 21 - 22 13 extern void ack_bad_irq(unsigned int irq); 14 + #define ack_bad_irq ack_bad_irq 15 + 16 + #include <asm-generic/hardirq.h> 23 17 24 18 #endif /* _ASM_HARDIRQ_H */