Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8750
b: refs/heads/master
c: 6a00cbf
h: refs/heads/master
v: v3
  • Loading branch information
Tom Rini authored and Linus Torvalds committed Sep 13, 2005
1 parent 7b89fc9 commit b62b31b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b952b3c143660b6436fcb299b249cefde61c18d
refs/heads/master: 6a00cbfcf8ffdd719cb5a27e1a0a9779665d1e23
4 changes: 4 additions & 0 deletions trunk/arch/ppc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ SECTIONS
*(.init.text)
_einittext = .;
}
/* .exit.text is discarded at runtime, not link time,
to deal with references from __bug_table */
.exit.text : { *(.exit.text) }
.init.data : {
*(.init.data);
__vtop_table_begin = .;
Expand Down Expand Up @@ -190,5 +193,6 @@ SECTIONS
/* Sections to be discarded. */
/DISCARD/ : {
*(.exitcall.exit)
*(.exit.data)
}
}

0 comments on commit b62b31b

Please sign in to comment.