From d13125bb8be7c7031add37212c1553ad8ccc7c22 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Wed, 20 Feb 2013 20:14:15 -0500 Subject: Comment out PAI in Kconfig for now --- litmus/Kconfig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/litmus/Kconfig b/litmus/Kconfig index 644d2d55bfb6..9e8ef804b499 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig @@ -412,15 +412,15 @@ config LITMUS_SOFTIRQD G-EDF, C-EDF ONLY for now! -config LITMUS_PAI_SOFTIRQD - bool "Defer tasklets to context switch points." - help - Only execute scheduled tasklet bottom halves at - scheduling points. Trades context switch overhead - at the cost of non-preemptive durations of bottom half - processing. - - G-EDF, C-EDF ONLY for now! +#config LITMUS_PAI_SOFTIRQD +# bool "Defer tasklets to context switch points." +# help +# Only execute scheduled tasklet bottom halves at +# scheduling points. Trades context switch overhead +# at the cost of non-preemptive durations of bottom half +# processing. +# +# G-EDF, C-EDF ONLY for now! endchoice -- cgit v1.2.2