The patch titled i386: fix cmpxchg warning has been removed from the -mm tree. Its filename was i386-fix-cmpxchg-warning.patch This patch was dropped because it was nacked by the maintainer ------------------------------------------------------ Subject: i386: fix cmpxchg warning From: Jeff Dike <jdike@xxxxxxxxxxx> I started getting warnings from atomic.h about cmpxchg not having a prototype. It's declared in system.h, so including that fixes the UML build warnings and has no noticable ill effects on the i386 build. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-i386/atomic.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-i386/atomic.h~i386-fix-cmpxchg-warning include/asm-i386/atomic.h --- a/include/asm-i386/atomic.h~i386-fix-cmpxchg-warning +++ a/include/asm-i386/atomic.h @@ -3,6 +3,7 @@ #include <linux/compiler.h> #include <asm/processor.h> +#include <asm/system.h> /* * Atomic operations that C can't guarantee us. Useful for _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are uml-fix-epoll.patch uml-fix-static-linking.patch uml-use-correct-register-file-size-everywhere.patch uml-fix-i-o-hang-when-multiple-devices-are-in-use.patch i386-fix-cmpxchg-warning.patch uml-fix-device-unplug-crash.patch uml-irq-locking-fixes.patch uml-fix-compilation-problems.patch remove-hardcoding-of-hard_smp_processor_id-on-up.patch uml-delete-unused-code.patch uml-formatting-fixes.patch uml-host_info-tidying.patch uml-mark-tt-mode-code-for-future-removal.patch uml-print-coredump-limits.patch uml-handle-block-device-hotplug-errors.patch uml-driver-formatting-fixes.patch uml-driver-formatting-fixes-fix.patch uml-network-interface-hotplug-error-handling.patch array_size-check-for-type-uml-fix.patch uml-fix-prototypes.patch uml-move-sigio-testing-to-sigioc.patch uml-create-archh.patch uml-create-as-layouth.patch uml-move-remaining-useful-contents-of-user_utilh.patch uml-remove-user_utilh.patch uml-add-missing-__init-declarations.patch remove-unused-header-file-arch-um-kernel-tt-include-mode_kern-tth.patch fix-utrace-utrace-tracehook-um.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