Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98106
b: refs/heads/master
c: 1138a72
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Jun 13, 2008
1 parent 6bfac05 commit 1942e37
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: dfcf753bd3fb09f336659d07b1c48db7e62772e0
refs/heads/master: 1138a72cd96857d1d5928c0c8c83d8b8995eeb38
3 changes: 2 additions & 1 deletion trunk/arch/parisc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ENTRY(boot_args)
.word 0 /* arg3 */
END(boot_args)

.section .text.head
__HEAD

.align 4
.import init_thread_union,data
.import fault_vector_20,code /* IVA parisc 2.0 32 bit */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/parisc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ SECTIONS

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

0 comments on commit 1942e37

Please sign in to comment.