Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173537
b: refs/heads/master
c: 53749f7
h: refs/heads/master
i:
  173535: 87408fa
v: v3
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Dec 4, 2009
1 parent cfebf2a commit e88b611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 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: 995bcd3dc1924095ddda45d0f8ece6bf6124d74e
refs/heads/master: 53749f735a5b79156b56e75ee379be9e299b5e4b
17 changes: 4 additions & 13 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -154,22 +154,13 @@ SECTIONS {
_edata = . ;
} > DATA

.init : {
.init.text : {
. = ALIGN(PAGE_SIZE);
__init_begin = .;
} > INIT
.init : {
_sinittext = .;
INIT_TEXT
_einittext = .;
INIT_DATA
INIT_SETUP(16)
INIT_CALLS
CON_INITCALL
SECURITY_INITCALL
INIT_RAM_FS
} > INIT
.init : {
INIT_TEXT_SECTION(PAGE_SIZE) > INIT
INIT_DATA_SECTION(16) > INIT
.init.data : {
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT
Expand Down

0 comments on commit e88b611

Please sign in to comment.