Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100184
b: refs/heads/master
c: 81d41d7
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Ingo Molnar committed Jun 6, 2008
1 parent 875cee0 commit 9973290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 554ec22f075d46e4363520a407d2b7eeb5dfdd43
refs/heads/master: 81d41d7ece23a1c3b4bcd1604026d3a06cc4dc79
2 changes: 2 additions & 0 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@ static enum hrtimer_restart hrtick(struct hrtimer *timer)
return HRTIMER_NORESTART;
}

#ifdef CONFIG_SMP
static void hotplug_hrtick_disable(int cpu)
{
struct rq *rq = cpu_rq(cpu);
Expand Down Expand Up @@ -1185,6 +1186,7 @@ static void init_hrtick(void)
{
hotcpu_notifier(hotplug_hrtick, 0);
}
#endif /* CONFIG_SMP */

static void init_rq_hrtick(struct rq *rq)
{
Expand Down

0 comments on commit 9973290

Please sign in to comment.