Commit da2660d2 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] Restore apparant pointless change in arch/arm/kernel/smp.c

Restore smp.c back to how it used to be.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9648f552
......@@ -256,9 +256,7 @@ void __cpuexit cpu_die(void)
asmlinkage void __cpuinit secondary_start_kernel(void)
{
struct mm_struct *mm = &init_mm;
unsigned int cpu;
cpu = smp_processor_id();
unsigned int cpu = smp_processor_id();
printk("CPU%u: Booted secondary processor\n", cpu);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment