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 <michal.k.k.piotrowski@xxxxxxxxx> 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 <michal.k.k.piotrowski@xxxxxxxxx> Cc: Prasanna S Panchamukhi <prasanna@xxxxxxxxxx> Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Roland McGrath <roland@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 michal.k.k.piotrowski@xxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html