Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144160
b: refs/heads/master
c: 92ca523
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 26, 2009
1 parent 14de82e commit 1e70807
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: 0ebdcb4d0480d1b8219cf5f9eab0fb5d889af0ad
refs/heads/master: 92ca52343ca503c1f957bd649df4ef914d5fc1e8
3 changes: 2 additions & 1 deletion trunk/arch/alpha/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* the kernel global pointer and jump to the kernel entry-point.
*/

#include <linux/init.h>
#include <asm/system.h>
#include <asm/asm-offsets.h>

.section .text.head, "ax"
__HEAD
.globl swapper_pg_dir
.globl _stext
swapper_pg_dir=SWAPPER_PGD
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SECTIONS

_text = .; /* Text and read-only data */
.text : {
*(.text.head)
HEAD_TEXT
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
Expand Down

0 comments on commit 1e70807

Please sign in to comment.