projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbf4a1
)
sched, x86: add HAVE_UNSTABLE_SCHED_CLOCK
author
Ingo Molnar
<mingo@elte.hu>
Mon, 5 May 2008 21:19:50 +0000
(23:19 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 5 May 2008 21:56:18 +0000
(23:56 +0200)
add the HAVE_UNSTABLE_SCHED_CLOCK, for architectures to select.
the next change utilizes it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
patch
|
blob
|
history
init/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 845ea2b2d48732f54cd9526f1588f5270d2511c7..bbcafaa160c04f566c470a0978cba652669c4fa9 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
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/init/Kconfig
b/init/Kconfig
index f0e62e5ce0dc03fa8cdc1b19990f178d5e22fc8e..fa42e6b549d3537e9b53fe31627d42f1b5137968 100644
(file)
--- 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