Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87409
b: refs/heads/master
c: 0c634cc
h: refs/heads/master
i:
  87407: 48fa072
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Mar 16, 2008
1 parent 8a9af57 commit dc971ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: ab86adb41f5afd75555aad907488f8f26138c549
refs/heads/master: 0c634cc6299b55279fa2d3a7a5964ae45a642498
7 changes: 4 additions & 3 deletions trunk/arch/parisc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@
#include <asm/pgtable.h>

#include <linux/linkage.h>
#include <linux/init.h>

.level LEVEL

.data
__INITDATA
ENTRY(boot_args)
.word 0 /* arg0 */
.word 0 /* arg1 */
.word 0 /* arg2 */
.word 0 /* arg3 */
END(boot_args)

.text
.section .text.head
.align 4
.import init_thread_union,data
.import fault_vector_20,code /* IVA parisc 2.0 32 bit */
Expand Down Expand Up @@ -343,7 +344,7 @@ smp_slave_stext:
ENDPROC(stext)

#ifndef CONFIG_64BIT
.data
.section .data.read_mostly

.align 4
.export $global$,data
Expand Down

0 comments on commit dc971ab

Please sign in to comment.