The patch titled uml: include asm/page.h in order to get PAGE_SHIFT has been added to the -mm tree. Its filename is uml-include-asm-pageh-in-order-to-get-page_shift.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: uml: include asm/page.h in order to get PAGE_SHIFT From: Jeff Dike <jdike@xxxxxxxxxxx> Include the proper header to get a definition of PAGE_SHIFT. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/include/sysdep-i386/stub.h | 1 + 1 files changed, 1 insertion(+) diff -puN arch/um/include/sysdep-i386/stub.h~uml-include-asm-pageh-in-order-to-get-page_shift arch/um/include/sysdep-i386/stub.h --- a/arch/um/include/sysdep-i386/stub.h~uml-include-asm-pageh-in-order-to-get-page_shift +++ a/arch/um/include/sysdep-i386/stub.h @@ -9,6 +9,7 @@ #include <sys/mman.h> #include <asm/ptrace.h> #include <asm/unistd.h> +#include <asm/page.h> #include "stub-data.h" #include "kern_constants.h" #include "uml-config.h" _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are x86_64-i386-kernel-mode-faults-pollute-current-thead.patch uml-include-stddefh-correctly.patch uml-include-asm-pageh-in-order-to-get-page_shift.patch uml-size-register-files-correctly.patch uml-use-get_random_bytes-after-random-pool-is-seeded.patch uml-fix-prototypes.patch tty-signal-tty-locking.patch uml-add-generic-bug-support.patch add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix.patch tty-switch-to-ktermios-uml-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