The patch titled sparc64: add linux/pagemap.h to asm/tlb.h has been removed from the -mm tree. Its filename was sparc64-add-linux-pagemaph-to-asm-tlbh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sparc64: add linux/pagemap.h to asm/tlb.h From: Alexey Dobriyan <adobriyan@xxxxx> As seen on sparc64-allnoconfig: CC arch/sparc64/mm/tlb.o In file included from arch/sparc64/mm/tlb.c:19: include/asm/tlb.h: In function 'tlb_flush_mmu': include/asm/tlb.h:60: warning: implicit declaration of function 'release_pages' include/asm/tlb.h: In function 'tlb_remove_page': include/asm/tlb.h:92: warning: implicit declaration of function 'page_cache_release' Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-sparc64/tlb.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-sparc64/tlb.h~sparc64-add-linux-pagemaph-to-asm-tlbh include/asm-sparc64/tlb.h --- a/include/asm-sparc64/tlb.h~sparc64-add-linux-pagemaph-to-asm-tlbh +++ a/include/asm-sparc64/tlb.h @@ -2,6 +2,7 @@ #define _SPARC64_TLB_H #include <linux/swap.h> +#include <linux/pagemap.h> #include <asm/pgalloc.h> #include <asm/tlbflush.h> #include <asm/mmu_context.h> _ Patches currently in -mm which might be from adobriyan@xxxxx are make-proc-slabinfo-use-seq_list_xxx-helpers-fix.patch fix-rmmod-read-write-races-in-proc-entries.patch fix-rmmod-read-write-races-in-proc-entries-cleanup.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch proc-environ-wrong-placing-of-ptrace_may_attach-check.patch mutex_unlock-later-in-seq_lseek.patch seq_file-more-atomicity-in-traverse.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