x86: move vgetcpu mode probing to cpu detection
[deliverable/linux.git] / arch / x86 / kernel / time_64.c
index 207a7a1d7ac5029b1d981d398aed46e9a9283453..cb19d650c21643599aa1423a57b64a85ee26afe8 100644 (file)
@@ -130,10 +130,6 @@ void __init hpet_time_init(void)
 void __init time_init(void)
 {
        tsc_init();
-       if (cpu_has(&boot_cpu_data, X86_FEATURE_RDTSCP))
-               vgetcpu_mode = VGETCPU_RDTSCP;
-       else
-               vgetcpu_mode = VGETCPU_LSL;
 
        late_time_init = choose_time_init();
 }
This page took 0.024877 seconds and 5 git commands to generate.