From: Ingo Molnar Date: Mon, 3 Jul 2006 07:24:57 +0000 (-0700) Subject: [PATCH] lockdep: x86 smp alternatives workaround X-Git-Tag: v2.6.18-rc1~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3047e99ede366298c6233d1870d12a520d4d92f3;p=pandora-kernel.git [PATCH] lockdep: x86 smp alternatives workaround Disable SMP alternatives fixups (the patching in of NOPs on 1-CPU systems) if the lock validator is enabled: there is a binutils section handling bug that causes corrupted instructions when UP instructions are patched in. Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed