From: Geert Uytterhoeven Date: Thu, 14 Mar 2013 19:25:28 +0000 (+0100) Subject: m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=y X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~102^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb20ec2bb859d1d5fbace9a9566ad4221a433fc;p=pandora-kernel.git m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=y If CONFIG_RMW_INSNS=y: drivers/block/blockconsole.c: In function ‘bcon_advance_console_bytes’: drivers/block/blockconsole.c:164: error: implicit declaration of function ‘cmpxchg64’ Map cmpxchg64 to cmpxchg64_local, which is already mapped to __cmpxchg64_local_generic, just like for the CONFIG_RMW_INSNS=n case. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed