diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 14:53:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 14:53:06 -0400 |
commit | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (patch) | |
tree | df4be07322c1bee5aa47e283a15377843ca2b05e /arch/arm/kernel/setup.c | |
parent | 7df551254add79a445d2e47e8f849cef8fee6e38 (diff) | |
parent | ea4423c3b6c1dbd116c91be876b3ad07067c77c8 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 7ecdda3f1253..9fed5fa194d9 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 | */ |
331 | void __init cpu_init(void) | 331 | void 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]; |