1 --- linux-2.6.19.2.old/kernel/Kconfig.sched 1970-01-01 01:00:00.000000000 +0100
2 +++ linux-2.6.19.2.dev/kernel/Kconfig.sched 2007-02-05 12:22:39.000000000 +0100
8 +config OVERRIDE_SCHED_STARVATION_LIMIT
9 + bool "Override scheduler STARVATION_LIMIT"
11 + This threshold sets the maximum time a task may wait in the
12 + expired runqueue when deciding to re-insert interactive tasks
13 + into the active runqueue. The time-limit is in ms but scales with
14 + the number of running tasks in the system.
16 +config SCHED_STARVATION_LIMIT
17 + int "Scheduler Starvation Limit"
18 + depends on OVERRIDE_SCHED_STARVATION_LIMIT
21 + Starvation limit in milliseconds per running task.