Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312137
b: refs/heads/master
c: 70dc8fa
h: refs/heads/master
i:
  312135: ce88294
v: v3
  • Loading branch information
Yong Zhang authored and Ralf Baechle committed Jul 19, 2012
1 parent d769b65 commit a4af1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 856ac3c6e0c4cb566014edf5fa185b962298db88
refs/heads/master: 70dc8fa782efa2faa82ecec0f250223e1d773a47
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ void __cpuinit smtc_boot_secondary(int cpu, struct task_struct *idle)

void smtc_init_secondary(void)
{
local_irq_enable();
}

void smtc_smp_finish(void)
Expand All @@ -631,6 +630,8 @@ void smtc_smp_finish(void)
if (cpu > 0 && (cpu_data[cpu].vpe_id != cpu_data[cpu - 1].vpe_id))
write_c0_compare(read_c0_count() + mips_hpt_frequency/HZ);

local_irq_enable();

printk("TC %d going on-line as CPU %d\n",
cpu_data[smp_processor_id()].tc_id, smp_processor_id());
}
Expand Down

0 comments on commit a4af1d7

Please sign in to comment.