head-nommu.S (f1f76afd71e0f17af9a35fcb649f4bab53304a4d) head-nommu.S (3b920cef3470b7199acd2dc26e09fb9291131976)
1/*
2 * linux/arch/arm/kernel/head-nommu.S
3 *
4 * Copyright (C) 1994-2002 Russell King
5 * Copyright (C) 2003-2006 Hyok S. Choi
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

15#include <linux/config.h>
16#include <linux/linkage.h>
17#include <linux/init.h>
18
19#include <asm/assembler.h>
20#include <asm/mach-types.h>
21#include <asm/procinfo.h>
22#include <asm/ptrace.h>
1/*
2 * linux/arch/arm/kernel/head-nommu.S
3 *
4 * Copyright (C) 1994-2002 Russell King
5 * Copyright (C) 2003-2006 Hyok S. Choi
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

15#include <linux/config.h>
16#include <linux/linkage.h>
17#include <linux/init.h>
18
19#include <asm/assembler.h>
20#include <asm/mach-types.h>
21#include <asm/procinfo.h>
22#include <asm/ptrace.h>
23#include <asm/constants.h>
23#include <asm/thread_info.h>
24#include <asm/system.h>
25
26#define PROCINFO_INITFUNC 12
24#include <asm/system.h>
25
26#define PROCINFO_INITFUNC 12
27#define MACHINFO_TYPE 0
27
28/*
29 * Kernel startup entry point.
30 * ---------------------------
31 *
32 * This is normally called from the decompressor code. The requirements
33 * are: MMU = off, D-cache = off, I-cache = dont care, r0 = 0,
34 * r1 = machine nr.

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

74#endif
75#ifdef CONFIG_CPU_ICACHE_DISABLE
76 bic r0, r0, #CR_I
77#endif
78 mcr p15, 0, r0, c1, c0, 0 @ write control reg
79
80 mov pc, r13 @ clear the BSS and jump
81 @ to start_kernel
28
29/*
30 * Kernel startup entry point.
31 * ---------------------------
32 *
33 * This is normally called from the decompressor code. The requirements
34 * are: MMU = off, D-cache = off, I-cache = dont care, r0 = 0,
35 * r1 = machine nr.

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

75#endif
76#ifdef CONFIG_CPU_ICACHE_DISABLE
77 bic r0, r0, #CR_I
78#endif
79 mcr p15, 0, r0, c1, c0, 0 @ write control reg
80
81 mov pc, r13 @ clear the BSS and jump
82 @ to start_kernel
83 .ltorg
82
83#include "head-common.S"
84
85#include "head-common.S"