Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35877
b: refs/heads/master
c: 5758d5d
h: refs/heads/master
i:
  35875: 132c654
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed Sep 26, 2006
1 parent e190944 commit 0a5fbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3b8d1fe0f28202ce1592d9fbc216959b49b72c95
refs/heads/master: 5758d5dfef1c514200bda3f29ba700f1c3e3bc99
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ void __cpuinit cpu_init(void)
#endif

/* Clear %fs and %gs. */
asm volatile ("xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs");
asm volatile ("movl %0, %%fs; movl %0, %%gs" : : "r" (0));

/* Clear all 6 debug registers: */
set_debugreg(0, 0);
Expand Down

0 comments on commit 0a5fbc5

Please sign in to comment.