summaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.hz
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-07-24 12:53:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-24 12:53:51 -0700
commit8ffa5b65968262ba6bb046329972791c0d960745 (patch)
tree3ed3e019e812ab39f7836f0082825b9d11630856 /kernel/Kconfig.hz
parent6209ed9d8443b63c36d340908530fa470c4d4fff (diff)
parent58838cf3ca3337d76141c33d6c68376490263468 (diff)
downloadlinux-stable-8ffa5b65968262ba6bb046329972791c0d960745.tar.gz
linux-stable-8ffa5b65968262ba6bb046329972791c0d960745.tar.bz2
linux-stable-8ffa5b65968262ba6bb046329972791c0d960745.zip
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: sched: clean up compiler warning sched: fix hrtick & generic-ipi dependency
Diffstat (limited to 'kernel/Kconfig.hz')
-rw-r--r--kernel/Kconfig.hz2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.hz b/kernel/Kconfig.hz
index 2a202a846757..382dd5a8b2d7 100644
--- a/kernel/Kconfig.hz
+++ b/kernel/Kconfig.hz
@@ -55,4 +55,4 @@ config HZ
default 1000 if HZ_1000
config SCHED_HRTICK
- def_bool HIGH_RES_TIMERS
+ def_bool HIGH_RES_TIMERS && USE_GENERIC_SMP_HELPERS