• Yinghai Lu's avatar
    x86: identify_cpu_without_cpuid v2 · aef93c8b
    Yinghai Lu authored
    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: default avatarYinghai Lu <yhlu.kernel@gmail.com>
    Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    aef93c8b
common.c 27.5 KB