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 95ad759 commit ef187fdCopy full SHA for ef187fd
arch/m32r/include/asm/hardirq.h
@@ -2,14 +2,7 @@
2
#ifndef __ASM_HARDIRQ_H
3
#define __ASM_HARDIRQ_H
4
5
-#include <linux/threads.h>
6
-#include <linux/irq.h>
7
-
8
-typedef struct {
9
- unsigned int __softirq_pending;
10
-} ____cacheline_aligned irq_cpustat_t;
11
12
-#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
+#include <asm/irq.h>
13
14
#if NR_IRQS > 256
15
#define HARDIRQ_BITS 9
@@ -26,11 +19,7 @@ typedef struct {
26
19
# error HARDIRQ_BITS is too low!
27
20
#endif
28
21
29
-static inline void ack_bad_irq(int irq)
30
-{
31
- printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq);
32
- BUG();
33
-}
22
+#include <asm-generic/hardirq.h>
34
23
35
24
#endif /* __ASM_HARDIRQ_H */
36
25
#endif /* __KERNEL__ */
0 commit comments