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> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/stab.c | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -21,6 +21,10 @@ #include <asm/abs_addr.h> #include <asm/firmware.h> +#ifdef CONFIG_PPC_ISERIES +#include <asm/iseries/hv_call.h> +#endif /* CONFIG_PPC_ISERIES */ + struct stab_entry { unsigned long esid_data; unsigned long vsid_data; _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are chipsfb-uses-depends-on-pci.patch export-acpi_check_resource_conflict.patch powerpc-iseries-build-failure-mm-stabc.patch fix-gregkh-driver-kobject-clean-up-rpadlpar-horrid-sysfs-abuse.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