aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-05-05 23:19:50 +0200
committerIngo Molnar <mingo@elte.hu>2008-05-05 23:56:18 +0200
commita5574cf65b5f03ce9ade3918764fe22e5e2371e3 (patch)
treef6c5e26964318dfdd50e9935ffb60288e25efcd4 /init
parentsched: fix cpu clock (diff)
downloadlinux-dev-a5574cf65b5f03ce9ade3918764fe22e5e2371e3.tar.xz
linux-dev-a5574cf65b5f03ce9ade3918764fe22e5e2371e3.zip
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>
Diffstat (limited to '')
-rw-r--r--init/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f0e62e5ce0dc..fa42e6b549d3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -316,6 +316,12 @@ config CPUSETS
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