Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144168
b: refs/heads/master
c: ce8a742
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 26, 2009
1 parent de3409f commit c50a92b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: bbe215c231ac809e42b037345c1fa8e8eb09b00a
refs/heads/master: ce8a7424d23a36f043d0de8484f888971c831119
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sun4e_notsup:
.align 4

/* The Sparc trap table, bootloader gives us control at _start. */
.section .text.head,"ax"
__HEAD
.globl start, _stext, _start, __stext
.globl trapbase
_start: /* danger danger */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SECTIONS
.text TEXTSTART :
{
_text = .;
*(.text.head)
HEAD_TEXT
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit c50a92b

Please sign in to comment.