diff options
| author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-05-26 18:31:28 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-27 04:11:38 -0400 |
| commit | 359cdd3f866b6219a6729e313faf2221397f3278 (patch) | |
| tree | ec052599c175ee1ef0a2221670f18f6dad95cc77 /include | |
| parent | 0e91398f2a5d4eb6b07df8115917d0d1cf3e9b58 (diff) | |
xen: maintain clock offset over save/restore
Hook into the device model to make sure that timekeeping's resume handler
is called. This deals with our clocksource's non-monotonicity over the
save/restore. Explicitly call clock_has_changed() to make sure that
all the timers get retriggered properly.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/xen/xen-ops.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index 5d7a6db54a8c..a706d6a78960 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
| @@ -11,7 +11,4 @@ void xen_post_suspend(int suspend_cancelled); | |||
| 11 | void xen_mm_pin_all(void); | 11 | void xen_mm_pin_all(void); |
| 12 | void xen_mm_unpin_all(void); | 12 | void xen_mm_unpin_all(void); |
| 13 | 13 | ||
| 14 | void xen_time_suspend(void); | ||
| 15 | void xen_time_resume(void); | ||
| 16 | |||
| 17 | #endif /* INCLUDE_XEN_OPS_H */ | 14 | #endif /* INCLUDE_XEN_OPS_H */ |
