]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
lguest: override sched_clock
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 20 Jul 2007 12:15:01 +0000 (22:15 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 20 Jul 2007 16:05:16 +0000 (09:05 -0700)
commit9d1ca6f13cfedfd127f3be7e447bd6d922806a65
treefb920888bce49f2bfa8c5a239e2c8c55dd9df7bd
parent876be9d89e9c8a007577e6372e331042edf4020b
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>
drivers/lguest/lguest.c