]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCK
authorTony Luck <tony.luck@intel.com>
Thu, 15 Jan 2009 18:29:17 +0000 (10:29 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 25 Jan 2009 00:41:36 +0000 (16:41 -0800)
commit9a9dbab691be99f95f4dc2db698ba6f652f7e30b
tree9e23a08697a084ee9694104a2b0cea21bd3121f4
parent046e7f77d734778a3b2e7d51ce63da3dbe7a8168
IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCK

commit 0773a6cf673316440999752e23f8c3d4f85e48b9 upstream.

sched_clock() on ia64 is based on ar.itc, so is never
completely synchronized between cpus. On some platforms
(e.g. certain models of SGI Altix) it may be running at
radically different frequencies.

Based on a patch from Dimitri Sivanich which set this
just for SN2 && GENERIC kernels ... it is needed for
all ia64 machines.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/ia64/Kconfig