The patch titled
powerpc (iseries)- build failure - mm/stab.c
has been removed from the -mm tree. Its filename was
powerpc-iseries-build-failure-mm-stabc.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: powerpc (iseries)- build failure - mm/stab.c
From: Kamalesh Babulal <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Acked-by: Stephen Rothwell <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] are
memory-hotplug-fix-fix-section-mismatch-in-vmammap_allock_block.patch
export-acpi_check_resource_conflict.patch
git-powerpc.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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html