[PATCH] i386: Use per-cpu GDT immediately upon boot
[sfrench/cifs-2.6.git] / arch / i386 / mach-voyager / voyager_smp.c
index 15d8132d4f5e172c516966472afcb90cf4e58fec..b9ce33c0c202e32bea36a81c7e676031bcfd43d1 100644 (file)
@@ -764,12 +764,6 @@ initialize_secondary(void)
        set_current(hard_get_current());
 #endif
 
-       /*
-        * switch to the per CPU GDT we already set up
-        * in do_boot_cpu()
-        */
-       cpu_set_gdt(current_thread_info()->cpu);
-
        /*
         * We don't actually need to load the full TSS,
         * basically just the stack pointer and the eip.