The patch titled i386: deactivate the test for the dead CONFIG_DEBUG_PAGE_TYPE has been removed from the -mm tree. Its filename was i386-deactivate-the-test-for-the-dead-config_debug_page_type.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: deactivate the test for the dead CONFIG_DEBUG_PAGE_TYPE From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: Zachary Amsden <zach@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/vmi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/kernel/vmi.c~i386-deactivate-the-test-for-the-dead-config_debug_page_type arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c~i386-deactivate-the-test-for-the-dead-config_debug_page_type +++ a/arch/i386/kernel/vmi.c @@ -235,7 +235,7 @@ static void vmi_nop(void) { } -#ifdef CONFIG_DEBUG_PAGE_TYPE +#if 0 /* debug page type */ #ifdef CONFIG_X86_PAE #define MAX_BOOT_PTS (2048+4+1) @@ -336,7 +336,7 @@ static void vmi_check_page_type(u32 pfn, #else #define vmi_set_page_type(p,t) do { } while (0) #define vmi_check_page_type(p,t) do { } while (0) -#endif +#endif /* debug page type */ #ifdef CONFIG_HIGHPTE static void *vmi_kmap_atomic_pte(struct page *page, enum km_type type) _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are git-kvm.patch git-mtd.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch remove-dead-references-to-module_parm-macro.patch m68knommu-remove-unused-config-symbol-config_disktel.patch force-erroneous-inclusions-of-compiler-h-files-to-be-errors.patch force-erroneous-inclusions-of-compiler-h-files-to-be-errors-fix.patch kconfig-make-instrumentation-support-non-experimental.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