diff options
| author | Wim Van Sebroeck <wim@iguana.be> | 2007-05-01 02:53:01 -0400 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2007-05-01 02:53:01 -0400 |
| commit | 48a7afe314bfc4d7f50e1608632f503dbba7e013 (patch) | |
| tree | 4a80e6b96321a71affd1bacea817de93be08894b /include/linux/hrtimer.h | |
| parent | fb8f7ba077b5c665432082ab205bcd2cb01f6a3c (diff) | |
| parent | dc87c3985e9b442c60994308a96f887579addc39 (diff) | |
Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/hrtimer.h')
| -rw-r--r-- | include/linux/hrtimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 5bdbc744e773..17c29dca8354 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
| @@ -206,6 +206,7 @@ struct hrtimer_cpu_base { | |||
| 206 | struct clock_event_device; | 206 | struct clock_event_device; |
| 207 | 207 | ||
| 208 | extern void clock_was_set(void); | 208 | extern void clock_was_set(void); |
| 209 | extern void hres_timers_resume(void); | ||
| 209 | extern void hrtimer_interrupt(struct clock_event_device *dev); | 210 | extern void hrtimer_interrupt(struct clock_event_device *dev); |
| 210 | 211 | ||
| 211 | /* | 212 | /* |
| @@ -236,6 +237,8 @@ static inline ktime_t hrtimer_cb_get_time(struct hrtimer *timer) | |||
| 236 | */ | 237 | */ |
| 237 | static inline void clock_was_set(void) { } | 238 | static inline void clock_was_set(void) { } |
| 238 | 239 | ||
| 240 | static inline void hres_timers_resume(void) { } | ||
| 241 | |||
| 239 | /* | 242 | /* |
| 240 | * In non high resolution mode the time reference is taken from | 243 | * In non high resolution mode the time reference is taken from |
| 241 | * the base softirq time variable. | 244 | * the base softirq time variable. |
