Re: [PATCH] x86: fix typo in filter_cpuid_features()

From: Ingo Molnar
Date: Sun Feb 15 2009 - 03:04:19 EST



* Yinghai Lu <yinghai@xxxxxxxxxx> wrote:

> Impact: fix wrong diabling cpu features
>
> on amd system got strange:
> CPU: CPU feature monitor disabled due to lack of CPUID level 0x5
> but in /proc/cpuinfo do 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 do have
> cpuid level : 11
>
> it turns out there is one typo, and should use level member in df
>
> Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
>
> ---
> arch/x86/kernel/cpu/common.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Applied to tip:x86/cpudetect, thanks Yinghai!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/