Re: [PATCH] x86: remove extra calling to get ext cpuid level

From: Ingo Molnar
Date: Mon Jul 21 2008 - 07:04:34 EST



* Yinghai Lu <yhlu.kernel@xxxxxxxxx> wrote:

> --- linux-2.6.orig/arch/x86/kernel/cpu/common_64.c
> +++ linux-2.6/arch/x86/kernel/cpu/common_64.c
> @@ -303,7 +303,6 @@ static void __cpuinit early_identify_cpu
> c->x86_capability[2] = cpuid_edx(0x80860001);
> }
>
> - c->extended_cpuid_level = cpuid_eax(0x80000000);
> if (c->extended_cpuid_level >= 0x80000007)
> c->x86_power = cpuid_edx(0x80000007);

applied to tip/x86/core, thanks.

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/