]> 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>
Fri, 19 Oct 2012 06:53:59 +0000 (14:53 +0800)
commit9d86594e21dddd27c0b4b964bea3d0d9bd279182
treeb238010e7a57cd9725048ee233154a331da57426
parent954baa4ea9789ac05a8be9a628337a77669f7f91
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