From: "H. Peter Anvin" <hpa@zytor.com>
Date: Mon, Oct 04, 2010 at 02:21:33PM -0700
I think the cleanup should be easy: on 64-bit unconditionally return
p6_nops in find_nop_table() since every 64-bit processor should support
them and on 32-bit never return p6_nops since X86_FEATURE_NOPL is not
set there and fall back to intel_nops on non-AMD. Which means we can get
rid of X86_FEATURE_NOPL altogether. Too radical?
Hmmm...
--
Regards/Gruss,
Boris.
--