projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d2ea9
)
powerpc: fix 32bit LOADADDR macro
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 17 Oct 2005 01:46:53 +0000
(11:46 +1000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/ppc_asm.h
b/include/asm-powerpc/ppc_asm.h
index 6aae414a161b085f18cc9340e948a51479dc3745..96367e04fa589b5d8d6f0229ac82fda03cec5abd 100644
(file)
--- a/
include/asm-powerpc/ppc_asm.h
+++ b/
include/asm-powerpc/ppc_asm.h
@@
-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) \