aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--[-rwxr-xr-x]litmus/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 16087b9e4e81..f2434b87239b 100755..100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -392,11 +392,11 @@ config LITMUS_SOFTIRQD_NONE
392 Don't schedule tasklets in Litmus. Default. 392 Don't schedule tasklets in Litmus. Default.
393 393
394config LITMUS_SOFTIRQD 394config LITMUS_SOFTIRQD
395 bool "Spawn klitirqd interrupt handling threads." 395 bool "Spawn klmirqd interrupt handling threads."
396 help 396 help
397 Create klitirqd interrupt handling threads. Work must be 397 Create klmirqd interrupt handling threads. Work must be
398 specifically dispatched to these workers. (Softirqs for 398 specifically dispatched to these workers. (Softirqs for
399 Litmus tasks are not magically redirected to klitirqd.) 399 Litmus tasks are not magically redirected to klmirqd.)
400 400
401 G-EDF/RM, C-EDF/RM ONLY for now! 401 G-EDF/RM, C-EDF/RM ONLY for now!
402 402
@@ -415,7 +415,7 @@ endchoice
415 415
416 416
417config NR_LITMUS_SOFTIRQD 417config NR_LITMUS_SOFTIRQD
418 int "Number of klitirqd." 418 int "Number of klmirqd."
419 depends on LITMUS_SOFTIRQD 419 depends on LITMUS_SOFTIRQD
420 range 1 4096 420 range 1 4096
421 default "1" 421 default "1"
@@ -426,7 +426,7 @@ config LITMUS_NVIDIA
426 bool "Litmus handling of NVIDIA interrupts." 426 bool "Litmus handling of NVIDIA interrupts."
427 default n 427 default n
428 help 428 help
429 Direct tasklets from NVIDIA devices to Litmus's klitirqd 429 Direct tasklets from NVIDIA devices to Litmus's klmirqd
430 or PAI interrupt handling routines. 430 or PAI interrupt handling routines.
431 431
432 If unsure, say No. 432 If unsure, say No.