[PATCH] hardirq uses preempt

From: randy_dunlap
Date: Sun Jul 10 2005 - 20:25:36 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

hardirq.h uses preempt_count() from preempt.h

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---

include/linux/hardirq.h | 1 +
1 files changed, 1 insertion(+)

diff -Naurp linux-2613-rc2/include/linux/hardirq.h~hardirq-uses-preempt linux-2613-rc2/include/linux/hardirq.h
--- linux-2613-rc2/include/linux/hardirq.h~hardirq-uses-preempt 2005-06-17 12:48:29.000000000 -0700
+++ linux-2613-rc2/include/linux/hardirq.h 2005-07-10 16:18:39.000000000 -0700
@@ -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>


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/