Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276377
b: refs/heads/master
c: c1be843
h: refs/heads/master
i:
  276375: cc03dc2
v: v3
  • Loading branch information
Thomas Gleixner committed Dec 2, 2011
1 parent f9f5919 commit de96a2b
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: b1f919664d04a8d0ba29cb76673c7ca3325a2006
refs/heads/master: c1be84309c58b1e7c6d626e28fba41a22b364c3d
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int tick_check_broadcast_device(struct clock_event_device *dev)
(dev->features & CLOCK_EVT_FEAT_C3STOP))
return 0;

clockevents_exchange_device(NULL, dev);
clockevents_exchange_device(tick_broadcast_device.evtdev, dev);
tick_broadcast_device.evtdev = dev;
if (!cpumask_empty(tick_get_broadcast_mask()))
tick_broadcast_start_periodic(dev);
Expand Down

0 comments on commit de96a2b

Please sign in to comment.