Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85923
b: refs/heads/master
c: 4f8d98f
h: refs/heads/master
i:
  85921: 2f696de
  85919: 28f8f89
v: v3
  • Loading branch information
Chris Zankel committed Feb 14, 2008
1 parent 89861d8 commit 1ea6eca
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e584d85fb1cba2b08c266348b58eb4a881a88b40
refs/heads/master: 4f8d98ff4825336b23372bb552852625fc90d3b1
4 changes: 3 additions & 1 deletion trunk/arch/xtensa/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ SECTIONS
__init_begin = .;
.init.text : {
_sinittext = .;
*(.init.literal) INIT_TEXT
*(.init.literal) *(.cpuinit.literal)
*(.devinit.literal) *(.meminit.literal)
INIT_TEXT
_einittext = .;
}

Expand Down

0 comments on commit 1ea6eca

Please sign in to comment.