Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145689
b: refs/heads/master
c: 40b387a
h: refs/heads/master
i:
  145687: 292f712
v: v3
  • Loading branch information
H. Peter Anvin committed May 11, 2009
1 parent 3cb6e2f commit 63092e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 77d1a4999502c260df0eb2de437d320bf8c64b36
refs/heads/master: 40b387a8a9a821878ecdf9fb117958c426fc1385
6 changes: 3 additions & 3 deletions trunk/arch/x86/boot/compressed/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ENTRY(startup_32)
addl $(PMD_PAGE_SIZE -1), %ebx
andl $PMD_PAGE_MASK, %ebx
#else
movl $CONFIG_PHYSICAL_START, %ebx
movl $LOAD_PHYSICAL_ADDR, %ebx
#endif

/* Target address to relocate to for decompression */
Expand Down Expand Up @@ -215,7 +215,7 @@ ENTRY(startup_64)
*
* If it is a relocatable kernel then decompress and run the kernel
* from load address aligned to 2MB addr, otherwise decompress and
* run the kernel from CONFIG_PHYSICAL_START
* run the kernel from LOAD_PHYSICAL_ADDR
*
* We cannot rely on the calculation done in 32-bit mode, since we
* may have been invoked via the 64-bit entry point.
Expand All @@ -228,7 +228,7 @@ ENTRY(startup_64)
andq $PMD_PAGE_MASK, %rbp
movq %rbp, %rbx
#else
movq $CONFIG_PHYSICAL_START, %rbp
movq $LOAD_PHYSICAL_ADDR, %rbp
movq %rbp, %rbx
#endif

Expand Down

0 comments on commit 63092e0

Please sign in to comment.