Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91336
b: refs/heads/master
c: 833df31
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Thomas Gleixner committed Apr 21, 2008
1 parent ee388f9 commit 6816acd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3f34d024c12e49fbce4009d094ae1d287084e511
refs/heads/master: 833df317f9ada91488898b005f4641bb674a3bae
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static void tick_do_broadcast_on_off(void *why)
void tick_broadcast_on_off(unsigned long reason, int *oncpu)
{
if (!cpu_isset(*oncpu, cpu_online_map))
printk(KERN_ERR "tick-braodcast: ignoring broadcast for "
printk(KERN_ERR "tick-broadcast: ignoring broadcast for "
"offline CPU #%d\n", *oncpu);
else
smp_call_function_single(*oncpu, tick_do_broadcast_on_off,
Expand Down

0 comments on commit 6816acd

Please sign in to comment.