Geert Uytterhoeven feb20ec2bb 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 <geert@linux-m68k.org>
2013-04-16 21:08:09 +02:00
..
2012-09-03 13:36:40 +02:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2013-03-04 11:08:29 +10:00
2012-12-24 09:36:34 -07:00
2012-12-24 09:36:34 -07:00
2013-03-06 16:08:26 +10:00