Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62158
b: refs/heads/master
c: 339547b
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent 458d5bc commit f752da9
Show file tree
Hide file tree
Showing 3 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: bf73af2314702fcf44fb2a098244e3927f459531
refs/heads/master: 339547bf5de1212c9c7b89b0e0d69620709729d2
3 changes: 2 additions & 1 deletion trunk/arch/sh/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ENTRY(empty_zero_page)
1:
.skip PAGE_SIZE - empty_zero_page - 1b

.text
.section .text.head, "ax"

/*
* Condition at the entry of _stext:
*
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SECTIONS
*(.empty_zero_page)
} = 0
.text : {
*(.text.head)
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit f752da9

Please sign in to comment.