Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90977
b: refs/heads/master
c: 4a9f54c
h: refs/heads/master
i:
  90975: d5b7a63
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 19, 2008
1 parent b1283c8 commit 34e9a5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 7c53976404e2f906c60b69cc5793add87ee49c6a
refs/heads/master: 4a9f54cfd21f313b9858f951783512d3f14e58a4
8 changes: 4 additions & 4 deletions trunk/arch/x86/boot/compressed/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ ENTRY(startup_64)
/* Copy the compressed kernel to the end of our buffer
* where decompression in place becomes safe.
*/
leaq _end(%rip), %r8
leaq _end(%rbx), %r9
movq $_end /* - $startup_32 */, %rcx
leaq _end_before_pgt(%rip), %r8
leaq _end_before_pgt(%rbx), %r9
movq $_end_before_pgt /* - $startup_32 */, %rcx
1: subq $8, %r8
subq $8, %r9
movq 0(%r8), %rax
Expand All @@ -268,7 +268,7 @@ relocated:
*/
xorq %rax, %rax
leaq _edata(%rbx), %rdi
leaq _end(%rbx), %rcx
leaq _end_before_pgt(%rbx), %rcx
subq %rdi, %rcx
cld
rep
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/compressed/vmlinux_64.lds
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ SECTIONS
*(.bss.*)
*(COMMON)
. = ALIGN(8);
_end = . ;
_end_before_pgt = . ;
. = ALIGN(4096);
pgtable = . ;
. = . + 4096 * 6;
_heap = .;
_ebss = .;
}
}

0 comments on commit 34e9a5f

Please sign in to comment.