The patch titled generic-ioremap_page_range-x86_64-conversion-fix has been removed from the -mm tree. Its filename is generic-ioremap_page_range-x86_64-conversion-fix.patch This patch was dropped because it was folded into generic-ioremap_page_range-x86_64-conversion.patch ------------------------------------------------------ Subject: generic-ioremap_page_range-x86_64-conversion-fix From: Andrew Morton <akpm@xxxxxxxx> arch/x86_64/mm/ioremap.c: In function 'ioremap_change_attr': arch/x86_64/mm/ioremap.c:41: warning: implicit declaration of function 'change_page_attr_addr' arch/x86_64/mm/ioremap.c:43: warning: implicit declaration of function 'global_flush_tlb' Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/x86_64/mm/ioremap.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86_64/mm/ioremap.c~generic-ioremap_page_range-x86_64-conversion-fix arch/x86_64/mm/ioremap.c --- a/arch/x86_64/mm/ioremap.c~generic-ioremap_page_range-x86_64-conversion-fix +++ a/arch/x86_64/mm/ioremap.c @@ -16,6 +16,7 @@ #include <asm/pgalloc.h> #include <asm/fixmap.h> #include <asm/tlbflush.h> +#include <asm/cacheflush.h> #include <asm/proto.h> #define ISA_START_ADDRESS 0xa0000 _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list_del-debug-fix.patch arch-i386-pci-mmconfigc-tlb-flush-fix-tweaks.patch maximum-latency-tracking-infrastructure.patch submit-checklist-mention-headers_check.patch ntp-move-all-the-ntp-related-code-to-ntpc.patch reiserfs-on-demand-bitmap-loading.patch add-vector-aio-support.patch stack-overflow-safe-kdump-crash_use_safe_smp_processor_id.patch generic-ioremap_page_range-x86_64-conversion.patch generic-ioremap_page_range-x86_64-conversion-fix.patch some-cleanup-in-the-pipe-code-tidy.patch support-piping-into-commands-in-proc-sys-kernel-core_pattern-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