1
0
Fork 0

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

Restore smp.c back to how it used to be.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Russell King 2005-11-12 17:21:47 +00:00 committed by Russell King
parent 9648f552f9
commit da2660d2c4
1 changed files with 1 additions and 3 deletions

View File

@ -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);