Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169964
b: refs/heads/master
c: 8ec6993
h: refs/heads/master
v: v3
  • Loading branch information
Brian Gerst authored and Ingo Molnar committed Nov 26, 2009
1 parent 10a3066 commit 9d162f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 64b028b22616946a05bf9580f7f7f7ee2ac070b4
refs/heads/master: 8ec6993d9f7d961014af970ded57542961fe9ad9
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ ENTRY(secondary_startup_64)
*/
lgdt early_gdt_descr(%rip)

/* set up data segments. actually 0 would do too */
movl $__KERNEL_DS,%eax
/* set up data segments */
xorl %eax,%eax
movl %eax,%ds
movl %eax,%ss
movl %eax,%es
Expand Down

0 comments on commit 9d162f3

Please sign in to comment.