Merge branch 'linus' into x86/xen
[linux-2.6-block.git] / arch / x86 / kernel / cpu / common.c
index 7581b62df184b8b2166e6df667e5d9aa4493723e..fb789dd9e691cafffb4d25fc0e26b5c35b4c0869 100644 (file)
@@ -1121,16 +1121,5 @@ void __cpuinit cpu_init(void)
        xsave_init();
 }
 
-#ifdef CONFIG_HOTPLUG_CPU
-void __cpuinit cpu_uninit(void)
-{
-       int cpu = raw_smp_processor_id();
-       cpu_clear(cpu, cpu_initialized);
-
-       /* lazy TLB state */
-       per_cpu(cpu_tlbstate, cpu).state = 0;
-       per_cpu(cpu_tlbstate, cpu).active_mm = &init_mm;
-}
-#endif
 
 #endif