include/asm-i386/alternative-asm.i
0 → 100644
+14
−0
Loading
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>