projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b4319
)
softirq: Add linux/irq.h to make it compile again
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Mar 2014 10:19:52 +0000
(11:19 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Mar 2014 10:28:14 +0000
(11:28 +0100)
On Sparc and S390 the removal of irq.h from kernel_stat.h causes:
kernel/softirq.c:774:9: error: 'NR_IRQS_LEGACY' undeclared
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/softirq.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/softirq.c
b/kernel/softirq.c
index 490fcbb1dc5b41727408d28e17ae145754c2c051..b50990a5bea0220df9034f0bcc71d92e452edc78 100644
(file)
--- a/
kernel/softirq.c
+++ b/
kernel/softirq.c
@@
-25,6
+25,7
@@
#include <linux/smp.h>
#include <linux/smpboot.h>
#include <linux/tick.h>
+#include <linux/irq.h>
#define CREATE_TRACE_POINTS
#include <trace/events/irq.h>