diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-14 18:35:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-14 18:35:24 -0700 |
commit | 62f49052ac4b68152ddf742b78b2151ba20dbc28 (patch) | |
tree | f5cc92c195484360176e884fd88e8d3d01ae4b18 /include | |
parent | 5be6717e0d2493a20791d592e2d20fd2b2f62d44 (diff) | |
parent | 6ff7041dbfeb3bd7dfe9aa67275c21199ef760d6 (diff) | |
download | blackbird-op-linux-62f49052ac4b68152ddf742b78b2151ba20dbc28.tar.gz blackbird-op-linux-62f49052ac4b68152ddf742b78b2151ba20dbc28.zip |
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
hrtimer: Fix migration expiry check
hrtimer: migration: do not check expiry time on current CPU
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clockchips.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 20a100fe2b4f..3a1dbba4d3ae 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -143,12 +143,3 @@ extern void clockevents_notify(unsigned long reason, void *arg); #endif #endif - -#ifdef CONFIG_GENERIC_CLOCKEVENTS -extern ktime_t clockevents_get_next_event(int cpu); -#else -static inline ktime_t clockevents_get_next_event(int cpu) -{ - return (ktime_t) { .tv64 = KTIME_MAX }; -} -#endif |