Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95696
b: refs/heads/master
c: 779125c
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Siewior authored and Linus Torvalds committed May 1, 2008
1 parent 912e054 commit 0ad52ff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f6054e2131d8f5d43f6686ecc7687994adecc5a2
refs/heads/master: 779125c274446e873f262e24853353eaf0002719
3 changes: 3 additions & 0 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ SECTIONS {
_stext = . ;
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
*(.text.lock)

. = ALIGN(16); /* Exception table */
Expand All @@ -73,6 +74,7 @@ SECTIONS {

*(.rodata) *(.rodata.*)
*(__vermagic) /* Kernel version magic */
*(__markers_strings)
*(.rodata1)
*(.rodata.str1.1)

Expand Down Expand Up @@ -182,6 +184,7 @@ SECTIONS {
*(COMMON)
. = ALIGN(4) ;
_ebss = . ;
_end = . ;
} > BSS

}
Expand Down

0 comments on commit 0ad52ff

Please sign in to comment.