diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-29 11:20:17 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-29 11:20:17 -0700 |
| commit | bbf8724641bd78107e8a641e6a87d89241f7b4ee (patch) | |
| tree | e3625abd853f3e16b704222b170280920d5e6b15 /include/linux/timer.h | |
| parent | a18b94fe05a311bf084cb235c0904c48eb04149f (diff) | |
| parent | 59f16ae0345c902c1d09da75e0f89d7e7ddbc54f (diff) | |
Merge "core_ctrl: Move core control into kernel"
Diffstat (limited to 'include/linux/timer.h')
| -rw-r--r-- | include/linux/timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index 7a5602e19e87..b1617e8932b2 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -182,6 +182,9 @@ extern void set_timer_slack(struct timer_list *time, int slack_hz); */ #define NEXT_TIMER_MAX_DELTA ((1UL << 30) - 1) +/* To be used from cpusets, only */ +extern void timer_quiesce_cpu(void *cpup); + /* * Timer-statistics info: */ |
