From: Zachary Amsden Stop deleting NT bit from EFLAGS. See arch/i386/kernel/head.S line 223, which does something even better. Signed-off-by: Zachary Amsden Cc: "Seth, Rohit" Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- arch/i386/kernel/cpu/common.c | 5 ----- 1 files changed, 5 deletions(-) diff -puN arch/i386/kernel/cpu/common.c~x86-stop-deleting-nt arch/i386/kernel/cpu/common.c --- devel/arch/i386/kernel/cpu/common.c~x86-stop-deleting-nt 2005-11-10 00:23:58.000000000 -0800 +++ devel-akpm/arch/i386/kernel/cpu/common.c 2005-11-10 00:23:58.000000000 -0800 @@ -596,11 +596,6 @@ void __devinit cpu_init(void) load_idt(&idt_descr); /* - * Delete NT - */ - __asm__("pushfl ; andl $0xffffbfff,(%esp) ; popfl"); - - /* * Set up and load the per-CPU TSS and LDT */ atomic_inc(&init_mm.mm_count); _