All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] include hardirq.h into smplock.h for alpha
@ 2003-10-13 22:13 Rik van Riel
  0 siblings, 0 replies; only message in thread
From: Rik van Riel @ 2003-10-13 22:13 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: root, Kernel Mailing List

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-13 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13 22:13 [PATCH][TRIVIAL] include hardirq.h into smplock.h for alpha Rik van Riel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.