The patch titled
alpha bitops.h must #include <asm/barrier.h>
has been removed from the -mm tree. Its filename was
alpha-lock-bitops-fix.patch
This patch was dropped because it was folded into alpha-lock-bitops.patch
------------------------------------------------------
Subject: alpha bitops.h must #include <asm/barrier.h>
From: Adrian Bunk <[EMAIL PROTECTED]>
In file included from
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/bitops.h:17,
from
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/kernel.h:15,
from
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/sched.h:50,
from
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/arch/alpha/kernel/asm-offsets.c:9:
include2/asm/bitops.h: In function 'clear_bit_unlock':
include2/asm/bitops.h:75: error: implicit declaration of function 'smp_mb'
make[2]: *** [arch/alpha/kernel/asm-offsets.s] Error 1
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Cc: Nick Piggin <[EMAIL PROTECTED]>
Cc: Richard Henderson <[EMAIL PROTECTED]>
Cc: Ivan Kokshaysky <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-alpha/bitops.h | 1 +
1 file changed, 1 insertion(+)
diff -puN include/asm-alpha/bitops.h~alpha-lock-bitops-fix
include/asm-alpha/bitops.h
--- a/include/asm-alpha/bitops.h~alpha-lock-bitops-fix
+++ a/include/asm-alpha/bitops.h
@@ -6,6 +6,7 @@
#endif
#include <asm/compiler.h>
+#include <asm/barrier.h>
/*
* Copyright 1994, Linus Torvalds.
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
make-kernel-power-maincsuspend_enter-static.patch
sysctl-parport-remove-binary-paths.patch
sysctl-error-on-bad-sysctl-tables.patch
alpha-lock-bitops.patch
alpha-lock-bitops-fix.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html