Commit 0773a6cf673316440999752e23f8c3d4f85e48b9

Authored by Tony Luck
1 parent 7a0b6e0143

[IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -17,6 +17,7 @@
17 17 select ACPI if (!IA64_HP_SIM)
18 18 select PM if (!IA64_HP_SIM)
19 19 select ARCH_SUPPORTS_MSI
  20 + select HAVE_UNSTABLE_SCHED_CLOCK
20 21 select HAVE_IDE
21 22 select HAVE_OPROFILE
22 23 select HAVE_KPROBES