aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-19 14:53:06 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-19 14:53:06 -0400
commit8b22c249e7de453961e4d253b19fc2a0bdd65d53 (patch)
treedf4be07322c1bee5aa47e283a15377843ca2b05e /arch/arm/kernel/setup.c
parent7df551254add79a445d2e47e8f849cef8fee6e38 (diff)
parentea4423c3b6c1dbd116c91be876b3ad07067c77c8 (diff)
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r--arch/arm/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index 7ecdda3f125..9fed5fa194d 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -328,7 +328,7 @@ static void __init setup_processor(void)
328 * cpu_init dumps the cache information, initialises SMP specific 328 * cpu_init dumps the cache information, initialises SMP specific
329 * information, and sets up the per-CPU stacks. 329 * information, and sets up the per-CPU stacks.
330 */ 330 */
331void __init cpu_init(void) 331void cpu_init(void)
332{ 332{
333 unsigned int cpu = smp_processor_id(); 333 unsigned int cpu = smp_processor_id();
334 struct stack *stk = &stacks[cpu]; 334 struct stack *stk = &stacks[cpu];