From bc5d189f90ee077510db64a0a59065836722253e Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 5 May 2008 23:19:50 +0200 Subject: [PATCH] --- yaml --- r: 96047 b: refs/heads/master c: a5574cf65b5f03ce9ade3918764fe22e5e2371e3 h: refs/heads/master i: 96045: 74921d877d3222ce016c3670ab12a3a0f2235966 96043: 548d8bd8898b1369b30724c98e0f3e43d24feef6 96039: f7fcfb5c194606c7dfe42e3398e9d434a90647fb 96031: 8b4dc17a41b75e007c3e47b70fbaa1afcf7dbf88 v: v3 --- [refs] | 2 +- trunk/arch/x86/Kconfig | 1 + trunk/init/Kconfig | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 663722533899..dbcda64050bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfbf4a1bc319f0f9a31e39b2da1fa5c55e85af89 +refs/heads/master: a5574cf65b5f03ce9ade3918764fe22e5e2371e3 diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index 845ea2b2d487..bbcafaa160c0 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -18,6 +18,7 @@ config X86_64 ### Arch settings config X86 def_bool y + select HAVE_UNSTABLE_SCHED_CLOCK select HAVE_IDE select HAVE_OPROFILE select HAVE_KPROBES diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index f0e62e5ce0dc..fa42e6b549d3 100644 --- a/trunk/init/Kconfig +++ b/trunk/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