From: Rusty Russell Date: Fri, 20 Jul 2007 12:15:01 +0000 (+1000) Subject: lguest: override sched_clock X-Git-Tag: v2.6.23-rc1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1ca6f13cfedfd127f3be7e447bd6d922806a65;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed