Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89059
b: refs/heads/master
c: a7bba17
h: refs/heads/master
i:
  89057: 8c6e7b2
  89055: 3dc06a1
v: v3
  • Loading branch information
gorcunov@gmail.com authored and Ingo Molnar committed Apr 17, 2008
1 parent 6a656b3 commit d77166b
Show file tree
Hide file tree
Showing 3 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: 4039ae538030d1c5fc70a9c4e168a758d35b8159
refs/heads/master: a7bba17bf09e1c5bdbdd6c0ab0c7833baedf4653
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/relocate_kernel_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ relocate_new_kernel:
movl %eax, %cr3

/* setup a new stack at the end of the physical control page */
lea 4096(%edi), %esp
lea PAGE_SIZE(%edi), %esp

/* jump to identity mapped page */
movl %edi, %eax
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/relocate_kernel_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ relocate_new_kernel:
movq %r9, %cr3

/* setup a new stack at the end of the physical control page */
lea 4096(%r8), %rsp
lea PAGE_SIZE(%r8), %rsp

/* jump to identity mapped page */
addq $(identity_mapped - relocate_kernel), %r8
Expand Down

0 comments on commit d77166b

Please sign in to comment.