aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-02-20 20:14:15 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2013-02-20 20:14:15 -0500
commitd13125bb8be7c7031add37212c1553ad8ccc7c22 (patch)
tree1702612423214ac364fe18b30df5429cefcc59b7
parentea9a56dc3198669da2e96b8e7c09bb855249f48b (diff)
Comment out PAI in Kconfig for now
-rw-r--r--litmus/Kconfig18
1 files 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
412 G-EDF, C-EDF ONLY for now! 412 G-EDF, C-EDF ONLY for now!
413 413
414 414
415config LITMUS_PAI_SOFTIRQD 415#config LITMUS_PAI_SOFTIRQD
416 bool "Defer tasklets to context switch points." 416# bool "Defer tasklets to context switch points."
417 help 417# help
418 Only execute scheduled tasklet bottom halves at 418# Only execute scheduled tasklet bottom halves at
419 scheduling points. Trades context switch overhead 419# scheduling points. Trades context switch overhead
420 at the cost of non-preemptive durations of bottom half 420# at the cost of non-preemptive durations of bottom half
421 processing. 421# processing.
422 422#
423 G-EDF, C-EDF ONLY for now! 423# G-EDF, C-EDF ONLY for now!
424 424
425endchoice 425endchoice
426 426