Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144164
b: refs/heads/master
c: 9760f8f
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 26, 2009
1 parent db5d0c6 commit 3659837
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 6f335cab0431d5df4995bcd4fd952d4c746d5a86
refs/heads/master: 9760f8fc60766f8fde0ef5cf7df714c2ce864ab6
3 changes: 2 additions & 1 deletion trunk/arch/mn10300/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* 2 of the Licence, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <linux/serial_reg.h>
Expand All @@ -19,7 +20,7 @@
#include <asm/param.h>
#include <unit/serial.h>

.section .text.head,"ax"
__HEAD

###############################################################################
#
Expand Down
5 changes: 1 addition & 4 deletions trunk/arch/mn10300/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ SECTIONS
_stext = .;
_text = .; /* Text and read-only data */
.text : {
*(
.text.head
.text
)
HEAD_TEXT
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit 3659837

Please sign in to comment.