From: Arnd Bergmann Date: Sun, 10 May 2009 14:26:52 +0000 (+0000) Subject: microblaze: kill incorrect __bad_xchg definition X-Git-Tag: v2.6.31-rc1~360^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f4cc29350222ff6baf70265f6482fc01565d48;p=pandora-kernel.git microblaze: kill incorrect __bad_xchg definition The whole point of the __bad_xchg declaration in system.h is to give a linker error when a variable of invalid size is passed to __xchg. The out of line definition in traps.c defeats this purpose and does not any value, so remove it here. Signed-off-by: Arnd Bergmann Signed-off-by: Michal Simek --- Reading git-diff-tree failed