From: H. Peter Anvin Date: Tue, 19 Aug 2008 00:50:33 +0000 (-0700) Subject: x86: use X86_FEATURE_NOPL in alternatives X-Git-Tag: v2.6.28-rc1~699^2^8~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c5d30e1d79bbfb60eaf189db862d3cb2bcac92;p=pandora-kernel.git x86: use X86_FEATURE_NOPL in alternatives Use X86_FEATURE_NOPL to determine if it is safe to use P6 NOPs in alternatives. Also, replace table and loop with simple if statement. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed