The patch titled uml: include asm/page.h in order to get PAGE_SHIFT has been removed from the -mm tree. Its filename was uml-include-asm-pageh-in-order-to-get-page_shift.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.patch x86_64-i386-kernel-mode-faults-pollute-current-thead.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