]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/x86/kernel/cpu/common.c
x86: identify_cpu_without_cpuid v2
authorYinghai Lu <yhlu.kernel@gmail.com>
Sun, 14 Sep 2008 09:33:15 +0000 (02:33 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 12:09:13 +0000 (14:09 +0200)
commitaef93c8bd506a78983d91cd576a97fee6e934ac1
treeecefbd11687673a0c5234450a421beef29adb214
parente38e05a85828dac23540cd007df5f20985388afc
x86: identify_cpu_without_cpuid v2

Krzysztof found some old cyrix cpu where an mtrr-alike cpu feature was
not detected properly.

this one is based on Krzysztof' patch, and we call ->c_identify() in
early_identify_cpu.

need to call c_identify() for cpus without cpuid even earlier ...

v2: Krzysztof point out need to give cyrix another chance about cpuid
    checking again, after ->c_identify() enables cpuid for it

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c