SCHED_HRTICK is broken and not yet fixed in mainline. WTF is it still enabled in -rt ? Suggested-by: Peter Zijlstra Tested-by: Carsten Emde Signed-off-by: Thomas Gleixner --- kernel/Kconfig.hz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.26/kernel/Kconfig.hz =================================================================== --- linux-2.6.26.orig/kernel/Kconfig.hz +++ linux-2.6.26/kernel/Kconfig.hz @@ -55,4 +55,4 @@ config HZ default 1000 if HZ_1000 config SCHED_HRTICK - def_bool HIGH_RES_TIMERS && X86 + def_bool HIGH_RES_TIMERS && X86 && BROKEN -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/