diff options
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-trimslice.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-tegra/include/mach/debug-macro.S | 2 | ||||
-rw-r--r-- | arch/arm/mach-tegra/include/mach/memory.h | 28 | ||||
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 8 |
7 files changed, 11 insertions, 39 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 846cd7d69e3e..a4d1980e697a 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -179,7 +179,7 @@ static void __init tegra_harmony_init(void) | |||
179 | } | 179 | } |
180 | 180 | ||
181 | MACHINE_START(HARMONY, "harmony") | 181 | MACHINE_START(HARMONY, "harmony") |
182 | .boot_params = 0x00000100, | 182 | .atag_offset = 0x100, |
183 | .fixup = tegra_harmony_fixup, | 183 | .fixup = tegra_harmony_fixup, |
184 | .map_io = tegra_map_common_io, | 184 | .map_io = tegra_map_common_io, |
185 | .init_early = tegra_init_early, | 185 | .init_early = tegra_init_early, |
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index ea2f79c9879b..3197c4cbaa71 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -127,7 +127,7 @@ static void __init tegra_paz00_init(void) | |||
127 | } | 127 | } |
128 | 128 | ||
129 | MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") | 129 | MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") |
130 | .boot_params = 0x00000100, | 130 | .atag_offset = 0x100, |
131 | .fixup = tegra_paz00_fixup, | 131 | .fixup = tegra_paz00_fixup, |
132 | .map_io = tegra_map_common_io, | 132 | .map_io = tegra_map_common_io, |
133 | .init_early = tegra_init_early, | 133 | .init_early = tegra_init_early, |
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c index 56cbabf6aa68..9e98ac706f40 100644 --- a/arch/arm/mach-tegra/board-seaboard.c +++ b/arch/arm/mach-tegra/board-seaboard.c | |||
@@ -201,7 +201,7 @@ static void __init tegra_wario_init(void) | |||
201 | 201 | ||
202 | 202 | ||
203 | MACHINE_START(SEABOARD, "seaboard") | 203 | MACHINE_START(SEABOARD, "seaboard") |
204 | .boot_params = 0x00000100, | 204 | .atag_offset = 0x100, |
205 | .map_io = tegra_map_common_io, | 205 | .map_io = tegra_map_common_io, |
206 | .init_early = tegra_init_early, | 206 | .init_early = tegra_init_early, |
207 | .init_irq = tegra_init_irq, | 207 | .init_irq = tegra_init_irq, |
@@ -210,7 +210,7 @@ MACHINE_START(SEABOARD, "seaboard") | |||
210 | MACHINE_END | 210 | MACHINE_END |
211 | 211 | ||
212 | MACHINE_START(KAEN, "kaen") | 212 | MACHINE_START(KAEN, "kaen") |
213 | .boot_params = 0x00000100, | 213 | .atag_offset = 0x100, |
214 | .map_io = tegra_map_common_io, | 214 | .map_io = tegra_map_common_io, |
215 | .init_early = tegra_init_early, | 215 | .init_early = tegra_init_early, |
216 | .init_irq = tegra_init_irq, | 216 | .init_irq = tegra_init_irq, |
@@ -219,7 +219,7 @@ MACHINE_START(KAEN, "kaen") | |||
219 | MACHINE_END | 219 | MACHINE_END |
220 | 220 | ||
221 | MACHINE_START(WARIO, "wario") | 221 | MACHINE_START(WARIO, "wario") |
222 | .boot_params = 0x00000100, | 222 | .atag_offset = 0x100, |
223 | .map_io = tegra_map_common_io, | 223 | .map_io = tegra_map_common_io, |
224 | .init_early = tegra_init_early, | 224 | .init_early = tegra_init_early, |
225 | .init_irq = tegra_init_irq, | 225 | .init_irq = tegra_init_irq, |
diff --git a/arch/arm/mach-tegra/board-trimslice.c b/arch/arm/mach-tegra/board-trimslice.c index 89a6d2adc1de..8489aa8f5154 100644 --- a/arch/arm/mach-tegra/board-trimslice.c +++ b/arch/arm/mach-tegra/board-trimslice.c | |||
@@ -171,7 +171,7 @@ static void __init tegra_trimslice_init(void) | |||
171 | } | 171 | } |
172 | 172 | ||
173 | MACHINE_START(TRIMSLICE, "trimslice") | 173 | MACHINE_START(TRIMSLICE, "trimslice") |
174 | .boot_params = 0x00000100, | 174 | .atag_offset = 0x100, |
175 | .fixup = tegra_trimslice_fixup, | 175 | .fixup = tegra_trimslice_fixup, |
176 | .map_io = tegra_map_common_io, | 176 | .map_io = tegra_map_common_io, |
177 | .init_early = tegra_init_early, | 177 | .init_early = tegra_init_early, |
diff --git a/arch/arm/mach-tegra/include/mach/debug-macro.S b/arch/arm/mach-tegra/include/mach/debug-macro.S index e0ebe65c1657..619abc63aee8 100644 --- a/arch/arm/mach-tegra/include/mach/debug-macro.S +++ b/arch/arm/mach-tegra/include/mach/debug-macro.S | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <mach/io.h> | 21 | #include <mach/io.h> |
22 | #include <mach/iomap.h> | 22 | #include <mach/iomap.h> |
23 | 23 | ||
24 | .macro addruart, rp, rv | 24 | .macro addruart, rp, rv, tmp |
25 | ldr \rp, =IO_APB_PHYS @ physical | 25 | ldr \rp, =IO_APB_PHYS @ physical |
26 | ldr \rv, =IO_APB_VIRT @ virtual | 26 | ldr \rv, =IO_APB_VIRT @ virtual |
27 | orr \rp, \rp, #(TEGRA_DEBUG_UART_BASE & 0xFF) | 27 | orr \rp, \rp, #(TEGRA_DEBUG_UART_BASE & 0xFF) |
diff --git a/arch/arm/mach-tegra/include/mach/memory.h b/arch/arm/mach-tegra/include/mach/memory.h deleted file mode 100644 index 537db3aa81a7..000000000000 --- a/arch/arm/mach-tegra/include/mach/memory.h +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-tegra/include/mach/memory.h | ||
3 | * | ||
4 | * Copyright (C) 2010 Google, Inc. | ||
5 | * | ||
6 | * Author: | ||
7 | * Colin Cross <ccross@google.com> | ||
8 | * Erik Gilling <konkers@google.com> | ||
9 | * | ||
10 | * This software is licensed under the terms of the GNU General Public | ||
11 | * License version 2, as published by the Free Software Foundation, and | ||
12 | * may be copied, distributed, and modified under those terms. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | */ | ||
20 | |||
21 | #ifndef __MACH_TEGRA_MEMORY_H | ||
22 | #define __MACH_TEGRA_MEMORY_H | ||
23 | |||
24 | /* physical offset of RAM */ | ||
25 | #define PLAT_PHYS_OFFSET UL(0) | ||
26 | |||
27 | #endif | ||
28 | |||
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 0886cbccddee..7d2b5d03c1df 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c | |||
@@ -114,10 +114,10 @@ void __init smp_init_cpus(void) | |||
114 | { | 114 | { |
115 | unsigned int i, ncores = scu_get_core_count(scu_base); | 115 | unsigned int i, ncores = scu_get_core_count(scu_base); |
116 | 116 | ||
117 | if (ncores > NR_CPUS) { | 117 | if (ncores > nr_cpu_ids) { |
118 | printk(KERN_ERR "Tegra: no. of cores (%u) greater than configured (%u), clipping\n", | 118 | pr_warn("SMP: %u cores greater than maximum (%u), clipping\n", |
119 | ncores, NR_CPUS); | 119 | ncores, nr_cpu_ids); |
120 | ncores = NR_CPUS; | 120 | ncores = nr_cpu_ids; |
121 | } | 121 | } |
122 | 122 | ||
123 | for (i = 0; i < ncores; i++) | 123 | for (i = 0; i < ncores; i++) |