From: Linus Torvalds Date: Fri, 5 Sep 2008 16:30:14 +0000 (-0700) Subject: x86: disable static NOPLs on 32 bits X-Git-Tag: v2.6.27-rc6~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14469a8dd23677921db5e7354a602c98d9c6300f;p=pandora-kernel.git x86: disable static NOPLs on 32 bits On 32-bit, at least the generic nops are fairly reasonable, but the default nops for 64-bit really look pretty sad, and the P6 nops really do look better. So I would suggest perhaps moving the static P6 nop selection into the CONFIG_X86_64 thing. The alternative is to just get rid of that static nop selection, and just have two cases: 32-bit and 64-bit, and just pick obviously safe cases for them. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed