dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/lguest
Thomas Gleixner 18de5bc4c1 clockevents: fix resume logic
We need to make sure, that the clockevent devices are resumed, before
the tick is resumed. The current resume logic does not guarantee this.

Add CLOCK_EVT_MODE_RESUME and call the set mode functions of the clock
event devices before resuming the tick / oneshot functionality.

Fixup the existing users.

Thanks to Nigel Cunningham for tracking down a long standing thinko,
which affected the jinxed VAIO.

[akpm@linux-foundation.org: xen build fix]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-21 17:49:15 -07:00
..
Kconfig lguest: the Makefile and Kconfig 2007-07-19 10:04:52 -07:00
Makefile lguest: the Makefile and Kconfig 2007-07-19 10:04:52 -07:00
core.c lguest: the host code 2007-07-19 10:04:52 -07:00
hypercalls.c lguest: the host code 2007-07-19 10:04:52 -07:00
interrupts_and_traps.c lguest: fix sense if IF flag on interrupt injection 2007-07-20 09:05:16 -07:00
io.c Fix lguest misannotation 2007-07-20 08:24:49 -07:00
lg.h lguest: the host code 2007-07-19 10:04:52 -07:00
lguest.c clockevents: fix resume logic 2007-07-21 17:49:15 -07:00
lguest_asm.S lguest: trivial: We now have asm/processor-flags.h, so use it. 2007-07-20 09:05:16 -07:00
lguest_bus.c lguest: the guest code 2007-07-19 10:04:52 -07:00
lguest_user.c lguest: the host code 2007-07-19 10:04:52 -07:00
page_tables.c lguest: the host code 2007-07-19 10:04:52 -07:00
segments.c lguest: the host code 2007-07-19 10:04:52 -07:00
switcher.S lguest: the host code 2007-07-19 10:04:52 -07:00