The patch titled powerpc (iseries)- build failure - mm/stab.c has been added to the -mm tree. Its filename is powerpc-iseries-build-failure-mm-stabc.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 (iseries)- build failure - mm/stab.c From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> The kernel builds fails with following error, with randconfig CC arch/powerpc/mm/stab.o arch/powerpc/mm/stab.c: In function `stab_initialize': arch/powerpc/mm/stab.c:282: error: implicit declaration of function `HvCall1' arch/powerpc/mm/stab.c:282: error: `HvCallBaseSetASR' undeclared (first use in this function) arch/powerpc/mm/stab.c:282: error: (Each undeclared identifier is reported only once arch/powerpc/mm/stab.c:282: error: for each function it appears in.) make[1]: *** [arch/powerpc/mm/stab.o] Error 1 make: *** [arch/powerpc/mm] Error 2 Signed-off-by: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Acked-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/stab.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/powerpc/mm/stab.c~powerpc-iseries-build-failure-mm-stabc arch/powerpc/mm/stab.c --- a/arch/powerpc/mm/stab.c~powerpc-iseries-build-failure-mm-stabc +++ a/arch/powerpc/mm/stab.c @@ -20,6 +20,7 @@ #include <asm/lmb.h> #include <asm/abs_addr.h> #include <asm/firmware.h> +#include <asm/iseries/hv_call.h> struct stab_entry { unsigned long esid_data; _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are memory-hotplug-fix-fix-section-mismatch-in-vmammap_allock_block.patch export-acpi_check_resource_conflict.patch powerpc-iseries-build-failure-mm-stabc.patch slub-move-kmem_cache_node-determination-into-add_full-and-add_partial-slub-workaround-for-lockdep-confusion.patch config_highpte-vs-sub-page-page-tables-fix.patch iget-stop-bfs-from-using-iget-and-read_inode-try-fix.patch add-dma-engine-driver-for-freescale-mpc85xx-processors-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