projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ac953
)
[PATCH] hardirq uses preempt
author
Randy Dunlap
<rdunlap@xenotime.net>
Tue, 12 Jul 2005 20:58:36 +0000
(13:58 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 12 Jul 2005 23:01:03 +0000
(16:01 -0700)
hardirq.h uses preempt_count() from preempt.h
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/hardirq.h
patch
|
blob
|
history
diff --git
a/include/linux/hardirq.h
b/include/linux/hardirq.h
index
8336dba
..
5912874
100644
(file)
--- a/
include/linux/hardirq.h
+++ b/
include/linux/hardirq.h
@@
-2,6
+2,7
@@
#define LINUX_HARDIRQ_H
#include <linux/config.h>
+#include <linux/preempt.h>
#include <linux/smp_lock.h>
#include <asm/hardirq.h>
#include <asm/system.h>