[PATCH][TRIVIAL] include hardirq.h into smplock.h for alpha

From: Rik van Riel
Date: Mon Oct 13 2003 - 17:14:39 EST


According to Bryce, we need this one too.

diff -urNp linux-5110/include/asm-alpha/smplock.h linux-10010/include/asm-alpha/smplock.h
--- linux-5110/include/asm-alpha/smplock.h 2000-03-23 21:50:09.000000000 +0100
+++ linux-10010/include/asm-alpha/smplock.h
@@ -7,7 +7,7 @@
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
-
+#include <asm/hardirq.h>
extern spinlock_t kernel_flag;

#define kernel_locked() spin_is_locked(&kernel_flag)
-
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/