Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359766
b: refs/heads/master
c: 4dbd277
h: refs/heads/master
v: v3
  • Loading branch information
Jacob Pan authored and Zhang Rui committed Jan 17, 2013
1 parent f462a80 commit 9a0cb14
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: 6b2aa51d698492e8dc0a0ce6ce5b3193ccaec269
refs/heads/master: 4dbd27711cd92bcc364426937a0d5e80f10b1cfb
2 changes: 2 additions & 0 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ void tick_nohz_idle_enter(void)

local_irq_enable();
}
EXPORT_SYMBOL_GPL(tick_nohz_idle_enter);

/**
* tick_nohz_irq_exit - update next tick event from interrupt exit
Expand Down Expand Up @@ -681,6 +682,7 @@ void tick_nohz_idle_exit(void)

local_irq_enable();
}
EXPORT_SYMBOL_GPL(tick_nohz_idle_exit);

static int tick_nohz_reprogram(struct tick_sched *ts, ktime_t now)
{
Expand Down

0 comments on commit 9a0cb14

Please sign in to comment.