]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blackfin: asm: fix blackfin.h broken
authorBob Liu <lliubbo@gmail.com>
Sat, 28 Apr 2012 09:12:32 +0000 (17:12 +0800)
committerBob Liu <lliubbo@gmail.com>
Sat, 28 Apr 2012 09:12:32 +0000 (17:12 +0800)
commit431e69e6186f7c1ea77ed9a448292fb603188848
tree7d7100ab9956711b8414b28491f450e1fa3d7953
parent6acaf9a73ca519c3a0bf6d090bbf4b3329a74626
blackfin: asm: fix blackfin.h broken

do{...}while makes no sense in __ASSEMBLY__ code paths.  now
kernels fail to build:
arch/blackfin/mach-bf561/atomic.S: Assembler messages:
arch/blackfin/mach-bf561/atomic.S:48: Error: syntax error. Input text
was do.
arch/blackfin/mach-bf561/atomic.S:48: Error:
arch/blackfin/mach-bf561/atomic.S:48: Error: syntax error. Input text
was }.
arch/blackfin/mach-bf561/atomic.S:48: Error:
arch/blackfin/mach-bf561/atomic.S:53: Error: syntax error. Input text
was do.
arch/blackfin/mach-bf561/atomic.S:53: Error:
arch/blackfin/mach-bf561/atomic.S:53: Error: syntax error. Input text
was }.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/include/asm/blackfin.h