mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
07c9819b31
LOCK_PREFIX is replaced by nops on UP systems, so it has to be a special macro. Previously this was only possible from C. Allow it for pure assembly files too. Similar to earlier x86-64 patch. Signed-off-by: Andi Kleen <ak@suse.de>