Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40137
b: refs/heads/master
c: dbaab49
h: refs/heads/master
i:
  40135: b8b0604
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Oct 21, 2006
1 parent 11a24a1 commit 99a64ce
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 84f404f695b16bd142c8dd9910d5a398f54fb044
refs/heads/master: dbaab49f92ff6ae6255762a948375e4036cbdbd2
3 changes: 2 additions & 1 deletion trunk/arch/x86_64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PHDRS {
text PT_LOAD FLAGS(5); /* R_E */
data PT_LOAD FLAGS(7); /* RWE */
user PT_LOAD FLAGS(7); /* RWE */
data.init PT_LOAD FLAGS(7); /* RWE */
note PT_NOTE FLAGS(4); /* R__ */
}
SECTIONS
Expand Down Expand Up @@ -131,7 +132,7 @@ SECTIONS
. = ALIGN(8192); /* init_task */
.data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
*(.data.init_task)
} :data
}:data.init

. = ALIGN(4096);
.data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
Expand Down

0 comments on commit 99a64ce

Please sign in to comment.