Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145673
b: refs/heads/master
c: fd07319
h: refs/heads/master
i:
  145671: 63f23fb
v: v3
  • Loading branch information
Ingo Molnar committed Apr 29, 2009
1 parent 1bbb4b6 commit fe6c625
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 91fd7fe809bdf4d8aa56559d17b9f25a1a6fe732
refs/heads/master: fd0731944333db6e9e91b6954c6ef95f4b71ab04
7 changes: 5 additions & 2 deletions trunk/arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ SECTIONS

/* Init code and data - will be freed after init */
. = ALIGN(PAGE_SIZE);
__init_begin = .; /* paired with __init_end */
.init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
__init_begin = .; /* paired with __init_end */
_sinittext = .;
INIT_TEXT
_einittext = .;
Expand Down Expand Up @@ -346,8 +346,11 @@ SECTIONS
#endif

. = ALIGN(PAGE_SIZE);

/* freed after init ends here */
__init_end = .;
.init.end : AT(ADDR(.init.end) - LOAD_OFFSET) {
__init_end = .;
}

#ifdef CONFIG_X86_64
.data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
Expand Down

0 comments on commit fe6c625

Please sign in to comment.