head.S (7efb35af738e96565934cc640d863eb18dba0206) head.S (0c634cc6299b55279fa2d3a7a5964ae45a642498)
1/* This file is subject to the terms and conditions of the GNU General Public
2 * License. See the file "COPYING" in the main directory of this archive
3 * for more details.
4 *
5 * Copyright (C) 1999-2007 by Helge Deller <deller@gmx.de>
6 * Copyright 1999 SuSE GmbH (Philipp Rumpf)
7 * Copyright 1999 Philipp Rumpf (prumpf@tux.org)
8 * Copyright 2000 Hewlett Packard (Paul Bame, bame@puffin.external.hp.com)

--- 6 unchanged lines hidden (view full) ---

15#include <asm/asm-offsets.h>
16#include <asm/psw.h>
17#include <asm/pdc.h>
18
19#include <asm/assembly.h>
20#include <asm/pgtable.h>
21
22#include <linux/linkage.h>
1/* This file is subject to the terms and conditions of the GNU General Public
2 * License. See the file "COPYING" in the main directory of this archive
3 * for more details.
4 *
5 * Copyright (C) 1999-2007 by Helge Deller <deller@gmx.de>
6 * Copyright 1999 SuSE GmbH (Philipp Rumpf)
7 * Copyright 1999 Philipp Rumpf (prumpf@tux.org)
8 * Copyright 2000 Hewlett Packard (Paul Bame, bame@puffin.external.hp.com)

--- 6 unchanged lines hidden (view full) ---

15#include <asm/asm-offsets.h>
16#include <asm/psw.h>
17#include <asm/pdc.h>
18
19#include <asm/assembly.h>
20#include <asm/pgtable.h>
21
22#include <linux/linkage.h>
23#include <linux/init.h>
23
24 .level LEVEL
25
24
25 .level LEVEL
26
26 .data
27 __INITDATA
27ENTRY(boot_args)
28 .word 0 /* arg0 */
29 .word 0 /* arg1 */
30 .word 0 /* arg2 */
31 .word 0 /* arg3 */
32END(boot_args)
33
28ENTRY(boot_args)
29 .word 0 /* arg0 */
30 .word 0 /* arg1 */
31 .word 0 /* arg2 */
32 .word 0 /* arg3 */
33END(boot_args)
34
34 .text
35 .section .text.head
35 .align 4
36 .import init_thread_union,data
37 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */
38#ifndef CONFIG_64BIT
39 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */
40 .import $global$ /* forward declaration */
41#endif /*!CONFIG_64BIT*/
42 .export _stext,data /* Kernel want it this way! */

--- 295 unchanged lines hidden (view full) ---

338 nop
339
340 .procend
341#endif /* CONFIG_SMP */
342
343ENDPROC(stext)
344
345#ifndef CONFIG_64BIT
36 .align 4
37 .import init_thread_union,data
38 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */
39#ifndef CONFIG_64BIT
40 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */
41 .import $global$ /* forward declaration */
42#endif /*!CONFIG_64BIT*/
43 .export _stext,data /* Kernel want it this way! */

--- 295 unchanged lines hidden (view full) ---

339 nop
340
341 .procend
342#endif /* CONFIG_SMP */
343
344ENDPROC(stext)
345
346#ifndef CONFIG_64BIT
346 .data
347 .section .data.read_mostly
347
348 .align 4
349 .export $global$,data
350
351 .type $global$,@object
352 .size $global$,4
353$global$:
354 .word 0
355#endif /*!CONFIG_64BIT*/
348
349 .align 4
350 .export $global$,data
351
352 .type $global$,@object
353 .size $global$,4
354$global$:
355 .word 0
356#endif /*!CONFIG_64BIT*/