X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fi386%2Fkernel%2Fhead.S;h=95fe2fdf466056b81540e42208f483bfebb2d33a;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=69bad9bd0f9b22a01b1b698c3f30e3b0f36859fd;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S index 69bad9bd0..95fe2fdf4 100644 --- a/arch/i386/kernel/head.S +++ b/arch/i386/kernel/head.S @@ -521,6 +521,3 @@ ENTRY(cpu_gdt_table) .quad 0x0000000000000000 /* 0xf0 - unused */ .quad 0x0000000000000000 /* 0xf8 - GDT entry 31: double-fault TSS */ -#ifdef CONFIG_SMP - .fill (NR_CPUS-1)*GDT_ENTRIES,8,0 /* other CPU's GDT */ -#endif