Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40512
b: refs/heads/master
c: d1480c5
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Oct 31, 2006
1 parent 0b4d25e commit 737f1d2
Show file tree
Hide file tree
Showing 3 changed files with 3 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: d8d7c28ec0b50ac57ddc909ae6eca1519473f300
refs/heads/master: d1480c56feb2a894fd47fb399999a5b320c3e103
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/dyn.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SECTIONS
* is remapped.*/
__binary_start = .;
. = ALIGN(4096); /* Init code and data */
_text = .;
_stext = .;
__init_begin = .;
.init.text : {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/uml.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SECTIONS
. = ALIGN(4096); /* Init code and data */
#endif

_text = .;
_stext = .;
__init_begin = .;
.init.text : {
Expand Down

0 comments on commit 737f1d2

Please sign in to comment.