From: Guillaume Chazarain Date: Fri, 16 Mar 2007 20:07:36 +0000 (+0100) Subject: [PATCH] i386: Don't use the TSC in sched_clock if unstable X-Git-Tag: v2.6.21-rc5~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f36f8fbf5f3718f7095055c1911a67d200dda1;p=pandora-kernel.git [PATCH] i386: Don't use the TSC in sched_clock if unstable http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f9690982b8c2f9a2c65acdc113e758ec356676a3 caused a regression by letting sched_clock use the TSC even when cpufreq disabled it. This caused scheduling weirdnesses. Signed-off-by: Guillaume Chazarain Signed-off-by: Andi Kleen --- Reading git-diff-tree failed