Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144159
b: refs/heads/master
c: 0ebdcb4
h: refs/heads/master
i:
  144157: 81041a1
  144155: c7da80b
  144151: 14d014a
  144143: 91f5364
  144127: 5611be4
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 26, 2009
1 parent 49d3431 commit 14de82e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: c80d471a476b6d6fe0bc1fd25293c24c66b7aaaf
refs/heads/master: 0ebdcb4d0480d1b8219cf5f9eab0fb5d889af0ad
3 changes: 2 additions & 1 deletion trunk/arch/xtensa/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <asm/page.h>
#include <asm/cacheasm.h>

#include <linux/init.h>
#include <linux/linkage.h>

/*
Expand All @@ -45,7 +46,7 @@
* instruction.
*/

.section .head.text, "ax"
__HEAD
.globl _start
_start: _j 2f
.align 4
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ SECTIONS

.text :
{
/* The .head.text section must be the first section! */
*(.head.text)
/* The HEAD_TEXT section must be the first section! */
HEAD_TEXT
*(.literal .text)
VMLINUX_SYMBOL(__sched_text_start) = .;
*(.sched.literal .sched.text)
Expand Down

0 comments on commit 14de82e

Please sign in to comment.