commit | b342501cd31e5546d0c9ca8ceff5ded1832f9e5b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 20:20:29 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 21:20:22 2009 +0100 |
tree | 3cd5778565a45a74e8ad0640093927a77d4d625e | |
parent | 694593e3374a67d95ece6a275a1f181644c2c4d8 [diff] |
sched: allow architectures to specify sched_clock_stable Allow CONFIG_HAVE_UNSTABLE_SCHED_CLOCK architectures to still specify that their sched_clock() implementation is reliable. This will be used by x86 to switch on a faster sched_clock_cpu() implementation on certain CPU types. Signed-off-by: Ingo Molnar <mingo@elte.hu>