diff options
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]; |