Skip to content

Commit

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

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <asm/thread_info.h>
Expand All @@ -27,7 +28,7 @@
# command line string
#
###############################################################################
.section .text.head,"ax"
__HEAD
.balign 4

.globl _boot, __head_reference
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SECTIONS

_sinittext = .;
.init.text : {
*(.text.head)
HEAD_TEXT
#ifndef CONFIG_DEBUG_INFO
INIT_TEXT
EXIT_TEXT
Expand Down

0 comments on commit d38b8bd

Please sign in to comment.