]> 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, 2 Nov 2012 06:24:00 +0000 (14:24 +0800)
commit75b4cb2f9a8eb15263222e78cbec2cd94caaf7dc
treebfa31f1c81b2feb43ab2c495896e81d5324aeb70
parent06ed11f7a050a3ed016a31df8d4e3d75a314dd5f
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