x86: convert TSC disabling to generic cpuid disable bitmap
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / x86 / kernel / cpu / bugs.c
index a96abd453e0dd3e4610f3addf918e14541b9d76a..9b95edcfc6ae23696fc7566087adc601afa6f388 100644 (file)
@@ -154,7 +154,7 @@ static void __init check_config(void)
  * If we configured ourselves for a TSC, we'd better have one!
  */
 #ifdef CONFIG_X86_TSC
-       if (!cpu_has_tsc && !tsc_disable)
+       if (!cpu_has_tsc)
                panic("Kernel compiled for Pentium+, requires TSC feature!");
 #endif