aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2009-02-14 23:59:18 -0800
committerIngo Molnar <mingo@elte.hu>2009-02-15 09:03:29 +0100
commitf6db44df5bd39ed33883786d35342759af796e4a (patch)
tree1ca60ed13539b7a795d987b44fe2bf12ca423685 /Makefile
parentx86: filter CPU features dependent on unavailable CPUID levels (diff)
downloadlinux-dev-f6db44df5bd39ed33883786d35342759af796e4a.tar.xz
linux-dev-f6db44df5bd39ed33883786d35342759af796e4a.zip
x86: fix typo in filter_cpuid_features()
Impact: fix wrong disabling of cpu features an amd system got this strange output: CPU: CPU feature monitor disabled due to lack of CPUID level 0x5 but in /proc/cpuinfo I have: cpuid level : 5 on intel system: CPU: CPU feature monitor disabled due to lack of CPUID level 0x5 CPU: CPU feature dca disabled due to lack of CPUID level 0x9 but in /proc/cpuinfo i have: cpuid level : 11 Tt turns out there is a typo, and we should use level member in df. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions