add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt/svn-archive/archive.git] / target / linux / etrax-2.6 / patches / cris / 004-kernel-Kconfig.sched.patch
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
3 @@ -0,0 +1,18 @@
4 +#
5 +# Scheduler tuning
6 +#
7 +
8 +config OVERRIDE_SCHED_STARVATION_LIMIT
9 + bool "Override scheduler STARVATION_LIMIT"
10 + help
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.
15 +
16 +config SCHED_STARVATION_LIMIT
17 + int "Scheduler Starvation Limit"
18 + depends on OVERRIDE_SCHED_STARVATION_LIMIT
19 + default 10
20 + help
21 + Starvation limit in milliseconds per running task.