The patch titled
i386-kwatch-kernel-watchpoints-using-cpu-debug-registers fix
has been removed from the -mm tree. Its filename was
i386-kwatch-kernel-watchpoints-using-cpu-debug-registers-fix.patch
This patch was dropped because it was folded into
i386-kwatch-kernel-watchpoints-using-cpu-debug-registers.patch
------------------------------------------------------
Subject: i386-kwatch-kernel-watchpoints-using-cpu-debug-registers fix
From: Michal Piotrowski <[EMAIL PROTECTED]>
In file included from arch/i386/kernel/process.c:56:
include/asm/debugreg.h:84: error: expected identifier or '(' before '{' token
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2
Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]>
Cc: Prasanna S Panchamukhi <[EMAIL PROTECTED]>
Cc: Alan Stern <[EMAIL PROTECTED]>
Cc: Christoph Hellwig <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Roland McGrath <[EMAIL PROTECTED]>
Cc: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-i386/debugreg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
include/asm-i386/debugreg.h~i386-kwatch-kernel-watchpoints-using-cpu-debug-registers-fix
include/asm-i386/debugreg.h
---
a/include/asm-i386/debugreg.h~i386-kwatch-kernel-watchpoints-using-cpu-debug-registers-fix
+++ a/include/asm-i386/debugreg.h
@@ -80,7 +80,7 @@ extern int enable_debugreg(unsigned long
#else
-static inline void set_process_debugreg7(unsigned long new_dr7);
+static inline void set_process_debugreg7(unsigned long new_dr7)
{
set_debugreg(new_dr7, 7);
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
drivers-scsi-pcmcia-nsp_csh-removal-of-old.patch
i386-kwatch-kernel-watchpoints-using-cpu-debug-registers.patch
i386-kwatch-kernel-watchpoints-using-cpu-debug-registers-fix.patch
touchkit-ps-2-touchscreen-driver.patch
use-zvc-for-free_pages-fix-4.patch
extend-notifier_call_chain-to-count-nr_calls-made-fixes-3.patch
edac-new-opteron-athlon64-memory-controller-driver.patch
reiser4-configh.patch
sysctl-remove-insert_at_head-from-register_sysctl-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