Skip to content

Commit

Permalink
sched, x86: add HAVE_UNSTABLE_SCHED_CLOCK
Browse files Browse the repository at this point in the history
add the HAVE_UNSTABLE_SCHED_CLOCK, for architectures to select.

the next change utilizes it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed May 5, 2008
1 parent dfbf4a1 commit a5574cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5574cf

Please sign in to comment.