Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14135
b: refs/heads/master
c: da2660d
h: refs/heads/master
i:
  14133: 73a6c3e
  14131: 97953ab
  14127: c761a95
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 12, 2005
1 parent d87dc01 commit 60933cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9648f552f9e08548a3979643b99f14c21c7d8f5b
refs/heads/master: da2660d2c40496b1699c4de652f6d0cfd13937c0
4 changes: 1 addition & 3 deletions trunk/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 60933cf

Please sign in to comment.