]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 14 Jun 2012 07:39:48 +0000 (15:39 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 11 Oct 2012 05:58:58 +0000 (13:58 +0800)
commitadeb190009962e216cffc705db9139af835ba924
tree72103c8b2addde5cf5ad382be67fa02d8caa9c85
parent89ff2f9c2f0445ccbefe06a71df578c2aa248bce
UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer

When disintegrate system.h, I left an error in asm/cmpxchg.h, which
will result in following error:

arch/unicore32/include/asm/cmpxchg.h: In function '__xchg':
arch/unicore32/include/asm/cmpxchg.h:38: error: void value not ignored as it ought to be

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
arch/unicore32/include/asm/cmpxchg.h