From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:29 +0000 (+0200) Subject: [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files X-Git-Tag: v2.6.19-rc1~1077^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c9819b31eda7954feddc83f2fae035f31c11e1;p=pandora-kernel.git [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files 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 --- Reading git-diff-tree failed