Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105614
b: refs/heads/master
c: 9b0e741
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jul 23, 2008
1 parent 70dd229 commit 59b5fb7
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: 87f4abb45bc640638e6986f0f4d412b2d0ea21e1
refs/heads/master: 9b0e74102494971ca37a425c63031fea68bb5b79
1 change: 1 addition & 0 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SECTIONS {
.text : {
_text = .;
_stext = . ;
HEAD_TEXT
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/m68knommu/platform/coldfire/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <linux/sys.h>
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/asm-offsets.h>
#include <asm/coldfire.h>
#include <asm/mcfcache.h>
Expand Down Expand Up @@ -126,7 +127,7 @@ _ramend:

/*****************************************************************************/

.text
__HEAD

/*
* This is the codes first entry point. This is where it all
Expand Down

0 comments on commit 59b5fb7

Please sign in to comment.