From bcec50629baf68c81e8f110b1956485013585e81 Mon Sep 17 00:00:00 2001 From: Zachary Amsden Date: Fri, 6 Jan 2006 00:11:57 -0800 Subject: [PATCH] --- yaml --- r: 16376 b: refs/heads/master c: 2891dcdc4538e8f4ce50c9d1eea457cf2d81fb5b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/cpu/common.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 1f6a0796fe27..488bf6f4b63e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6a9918c9617ed21f71f2f20b45efe06822c8f00 +refs/heads/master: 2891dcdc4538e8f4ce50c9d1eea457cf2d81fb5b diff --git a/trunk/arch/i386/kernel/cpu/common.c b/trunk/arch/i386/kernel/cpu/common.c index cbc32069683f..cca655688ffc 100644 --- a/trunk/arch/i386/kernel/cpu/common.c +++ b/trunk/arch/i386/kernel/cpu/common.c @@ -595,11 +595,6 @@ void __devinit cpu_init(void) load_gdt(&cpu_gdt_descr[cpu]); load_idt(&idt_descr); - /* - * Delete NT - */ - __asm__("pushfl ; andl $0xffffbfff,(%esp) ; popfl"); - /* * Set up and load the per-CPU TSS and LDT */