[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090215080352.GB21151@elte.hu>
Date: Sun, 15 Feb 2009 09:03:52 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Yinghai Lu <yinghai@...nel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: fix typo in filter_cpuid_features()
* Yinghai Lu <yinghai@...nel.org> 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@...nel.org>
>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists