alistair23-linux/drivers/lguest
Rusty Russell 9d1ca6f13c lguest: override sched_clock
Guests currently use the default scheduler clock: this means they
always use jiffies even if TSC is actually available.  It doesn't make
any noticeable difference here, but it's a better thing to do.

Also remove commented-out asm/sched-clock.h from -mm tree.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-20 09:05:16 -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
Kconfig lguest: the Makefile and Kconfig 2007-07-19 10:04:52 -07:00
lg.h lguest: the host code 2007-07-19 10:04:52 -07:00
lguest.c lguest: override sched_clock 2007-07-20 09:05:16 -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
Makefile lguest: the Makefile and Kconfig 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