]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: fix 32bit LOADADDR macro
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Oct 2005 01:46:53 +0000 (11:46 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Oct 2005 01:46:53 +0000 (11:46 +1000)
I forgot a semicolon.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
include/asm-powerpc/ppc_asm.h

index 6aae414a161b085f18cc9340e948a51479dc3745..96367e04fa589b5d8d6f0229ac82fda03cec5abd 100644 (file)
@@ -194,7 +194,7 @@ n:
 
 #else /* 32-bit */
 #define LOADADDR(rn,name) \
-       lis     rn,name@ha      \
+       lis     rn,name@ha;     \
        addi    rn,rn,name@l
 
 #define LOADBASE(rn,name)      \