Skip to content
Snippets Groups Projects
Commit feb20ec2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 41ef2d56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment