[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071119174405.7ae746f1.sfr@canb.auug.org.au>
Date: Mon, 19 Nov 2007 17:44:05 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: paulus@...ba.org
Cc: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>, anton@....ibm.com,
linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
akpm@...ux-foundation.org
Subject: [PATCH] 2.6.24-rc2-mm1 powerpc (iseries)- build failure - mm/stab.c
From: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
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@...ux.vnet.ibm.com>
Acked-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
arch/powerpc/mm/stab.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
On Mon, 19 Nov 2007 11:56:11 +0530 Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com> wrote:
>
> Resubmitting the patch titled
> powerpc-iseries-build-failure-mm-stabc.patch in the -mm tree.
Paulus, this should be fine for merging like above.
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --git a/arch/powerpc/mm/stab.c b/arch/powerpc/mm/stab.c
index 9e85bda..50448d5 100644
--- a/arch/powerpc/mm/stab.c
+++ b/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;
--
1.5.3.5
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists