The patch titled powerpc: tlb_32.c build fix has been added to the -mm tree. Its filename is powerpc-tlb_32c-build-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: powerpc: tlb_32.c build fix From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> allnoconfig results in this: CC arch/powerpc/mm/tlb_32.o In file included from include/asm/tlb.h:60, from arch/powerpc/mm/tlb_32.c:30: include/asm-generic/tlb.h: In function 'tlb_flush_mmu': include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages' include/asm-generic/tlb.h: In function 'tlb_remove_page': include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release' Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/tlb_32.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/powerpc/mm/tlb_32.c~powerpc-tlb_32c-build-fix arch/powerpc/mm/tlb_32.c --- a/arch/powerpc/mm/tlb_32.c~powerpc-tlb_32c-build-fix +++ a/arch/powerpc/mm/tlb_32.c @@ -26,6 +26,8 @@ #include <linux/mm.h> #include <linux/init.h> #include <linux/highmem.h> +#include <linux/pagemap.h> + #include <asm/tlbflush.h> #include <asm/tlb.h> _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are powerpc-tlb_32c-build-fix.patch dont-optimise-away-baud-rate-changes-when-bother-is-used-fix.patch dont-optimise-away-baud-rate-changes-when-bother-is-used-fix-fix.patch arm26-remove-broken-and-unused-macro.patch drivers-edac-new-intel-5000-mc-driver-fix.patch driver-edac-i5000-define-typo.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