head-sa1100.S (f43dc23d5ea91fca257be02138a255f02d98e806) head-sa1100.S (da94a829305f1c217cfdf6771cb1faca0917e3b9)
1/*
2 * linux/arch/arm/boot/compressed/head-sa1100.S
3 *
4 * Copyright (C) 1999 Nicolas Pitre <nico@fluxnic.net>
5 *
6 * SA1100 specific tweaks. This is merged into head.S by the linker.
7 *
8 */
9
10#include <linux/linkage.h>
11#include <asm/mach-types.h>
12
13 .section ".start", "ax"
1/*
2 * linux/arch/arm/boot/compressed/head-sa1100.S
3 *
4 * Copyright (C) 1999 Nicolas Pitre <nico@fluxnic.net>
5 *
6 * SA1100 specific tweaks. This is merged into head.S by the linker.
7 *
8 */
9
10#include <linux/linkage.h>
11#include <asm/mach-types.h>
12
13 .section ".start", "ax"
14 .arch armv4
14
15__SA1100_start:
16
17 @ Preserve r8/r7 i.e. kernel entry values
18#ifdef CONFIG_SA1100_COLLIE
19 mov r7, #MACH_TYPE_COLLIE
20#endif
21#ifdef CONFIG_SA1100_SIMPAD

--- 26 unchanged lines hidden ---
15
16__SA1100_start:
17
18 @ Preserve r8/r7 i.e. kernel entry values
19#ifdef CONFIG_SA1100_COLLIE
20 mov r7, #MACH_TYPE_COLLIE
21#endif
22#ifdef CONFIG_SA1100_SIMPAD

--- 26 unchanged lines hidden ---