Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123235
b: refs/heads/master
c: a0a99b2
h: refs/heads/master
i:
  123233: f13c8dc
  123231: d0efed4
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Dec 8, 2008
1 parent 3df34b6 commit d24074b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 37810659ea7d9572c5ac284ade272f806ef8f788
refs/heads/master: a0a99b227da57f81319dd239bc4de811b0f530ec
8 changes: 1 addition & 7 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ static void tickle_timers(void *arg)
static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self,
unsigned long action, void *hcpu)
{
int dcpu = -1, scpu = (long)hcpu;
int dcpu, scpu = (long)hcpu;

switch (action) {

Expand All @@ -1585,12 +1585,6 @@ static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self,
case CPU_DEAD_FROZEN:
clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DEAD, &scpu);
dcpu = migrate_hrtimers(scpu);
break;

case CPU_POST_DEAD:
if (dcpu == -1)
break;

smp_call_function_single(dcpu, tickle_timers, NULL, 0);
break;
#endif
Expand Down

0 comments on commit d24074b

Please sign in to comment.