diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/i386/kernel/cpu/common.c b/arch/i386/kernel/cpu/common.c index cbc32069683f..cca655688ffc 100644 --- a/arch/i386/kernel/cpu/common.c +++ b/arch/i386/kernel/cpu/common.c | |||
@@ -596,11 +596,6 @@ void __devinit cpu_init(void) | |||
596 | load_idt(&idt_descr); | 596 | load_idt(&idt_descr); |
597 | 597 | ||
598 | /* | 598 | /* |
599 | * Delete NT | ||
600 | */ | ||
601 | __asm__("pushfl ; andl $0xffffbfff,(%esp) ; popfl"); | ||
602 | |||
603 | /* | ||
604 | * Set up and load the per-CPU TSS and LDT | 599 | * Set up and load the per-CPU TSS and LDT |
605 | */ | 600 | */ |
606 | atomic_inc(&init_mm.mm_count); | 601 | atomic_inc(&init_mm.mm_count); |