[patch] include/linux/spinlock.h

clemens (therapy@endorphin.org)
Fri, 27 Jul 2001 21:03:15 +0200


--- spinlock.h~ Fri Jul 27 20:59:19 2001
+++ spinlock.h Fri Jul 27 21:01:24 2001
@@ -80,6 +80,8 @@

#else /* (DEBUG_SPINLOCKS >= 2) */

+#include <asm/system.h>
+
typedef struct {
volatile unsigned long lock;
volatile unsigned int babble;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/