Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f9b6c1de697f07dd0fb1c79bb3a6a8aa302f7476
Commit:     f9b6c1de697f07dd0fb1c79bb3a6a8aa302f7476
Parent:     5131d4d83858e208f634622dc4a2e7042f796950
Author:     Kamalesh Babulal <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 17:44:05 2007 +1100
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Nov 20 11:37:39 2007 +1100

    [POWERPC] Fix build failure on legacy iSeries
    
    Include <asm/iseries/hv_call.h> in arch/powerpc/mm/stab.c to fix the
    following compile error (found 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]>
    Acked-by: Stephen Rothwell <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/mm/stab.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to