commit | 9d1ca6f13cfedfd127f3be7e447bd6d922806a65 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 20 22:15:01 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jul 20 09:05:16 2007 -0700 |
tree | fb920888bce49f2bfa8c5a239e2c8c55dd9df7bd | |
parent | 876be9d89e9c8a007577e6372e331042edf4020b [diff] |
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>