Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96433
b: refs/heads/master
c: 83738e3
h: refs/heads/master
i:
  96431: b927c06
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed May 12, 2008
1 parent 62e44fc commit cb345ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b01273f120a390363ceb27bd0ccc60ddf1fb936d
refs/heads/master: 83738e307365aa2de4a1be65ed574aaebce52ea0
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ struct plat_smp_ops *mp_ops;

__cpuinit void register_smp_ops(struct plat_smp_ops *ops)
{
if (ops)
printk(KERN_WARNING "Overriding previous set SMP ops\n");
if (mp_ops)
printk(KERN_WARNING "Overriding previously set SMP ops\n");

mp_ops = ops;
}
Expand Down

0 comments on commit cb345ba

Please sign in to comment.