Skip to content

Commit

Permalink
sched: fix SCHED_HRTICK dependency
Browse files Browse the repository at this point in the history
Currently, it seems SCHED_HRTICK allowed for !SMP. But, it seems to have
no dependency of it. Fix it.

Signed-off-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
OGAWAHirofumi authored and Ingo Molnar committed Jul 28, 2008
1 parent 157124c commit 94f5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Kconfig.hz
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ config HZ
default 1000 if HZ_1000

config SCHED_HRTICK
def_bool HIGH_RES_TIMERS && USE_GENERIC_SMP_HELPERS
def_bool HIGH_RES_TIMERS && (!SMP || USE_GENERIC_SMP_HELPERS)

0 comments on commit 94f5655

Please sign in to comment.