commit | a5574cf65b5f03ce9ade3918764fe22e5e2371e3 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon May 05 23:19:50 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 05 23:56:18 2008 +0200 |
tree | f6c5e26964318dfdd50e9935ffb60288e25efcd4 | |
parent | dfbf4a1bc319f0f9a31e39b2da1fa5c55e85af89 [diff] [blame] |
sched, x86: add HAVE_UNSTABLE_SCHED_CLOCK add the HAVE_UNSTABLE_SCHED_CLOCK, for architectures to select. the next change utilizes it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/init/Kconfig b/init/Kconfig index f0e62e5..fa42e6b 100644 --- a/init/Kconfig +++ b/init/Kconfig
@@ -316,6 +316,12 @@ Say N if unsure. +# +# Architectures with an unreliable sched_clock() should select this: +# +config HAVE_UNSTABLE_SCHED_CLOCK + bool + config GROUP_SCHED bool "Group CPU scheduler" default y