From: Mathieu Desnoyers Date: Thu, 7 Feb 2008 08:16:18 +0000 (-0800) Subject: Fix m32r __xchg X-Git-Tag: v2.6.25-rc1~339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94d1d3a1df125461a16b2888eca46d64f113e3a;p=pandora-kernel.git Fix m32r __xchg the #endif /* CONFIG_SMP */ should cover the default condition, or it may cause bad parameter to be silently missed. To make it work correctly, we have to remove the ifdef CONFIG SMP surrounding __xchg_called_with_bad_pointer declaration. Thanks to Adrian Bunk for detecting this. Signed-off-by: Mathieu Desnoyers Acked-by: Hirokazu Takata Cc: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed