[patch-rt 4/4] sched: mark SCHED_HRTICK broken

From: Thomas Gleixner
Date: Wed Jan 28 2009 - 16:46:52 EST


SCHED_HRTICK is broken and not yet fixed in mainline. WTF is it still
enabled in -rt ?

Suggested-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Tested-by: Carsten Emde <C.Emde@xxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/