Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17928
b: refs/heads/master
c: 636aab5
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jan 12, 2006
1 parent 4e53dec commit 20857cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f6818b90dbb887261c616a318733703ed526f0a
refs/heads/master: 636aab5ce332d88a76362797a55804c7da643467
7 changes: 0 additions & 7 deletions trunk/arch/x86_64/kernel/setup64.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ void __cpuinit cpu_init (void)
asm volatile("lidt %0" :: "m" (idt_descr));

memcpy(me->thread.tls_array, cpu_gdt_table[cpu], GDT_ENTRY_TLS_ENTRIES * 8);

/*
* Delete NT
*/

asm volatile("pushfq ; popq %%rax ; btr $14,%%rax ; pushq %%rax ; popfq" ::: "eax");

syscall_init();

wrmsrl(MSR_FS_BASE, 0);
Expand Down

0 comments on commit 20857cd

Please sign in to comment.