Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2891dcdc authored by Zachary Amsden's avatar Zachary Amsden Committed by Linus Torvalds
Browse files

[PATCH] x86: Stop deleting nt



Stop deleting NT bit from EFLAGS.  See arch/i386/kernel/head.S line 223, which
does something even better.

Signed-off-by: default avatarZachary Amsden <zach@vmware.com>
Cc: "Seth, Rohit" <rohit.seth@intel.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e6a9918c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
	 */