Skip to content

Commit

Permalink
[ARM] Restore apparant pointless change in arch/arm/kernel/smp.c
Browse files Browse the repository at this point in the history
Restore smp.c back to how it used to be.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 12, 2005
1 parent 9648f55 commit da2660d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit da2660d

Please sign in to comment.