]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched: remove HZ dependency from the granularity default
authorIngo Molnar <mingo@elte.hu>
Fri, 24 Aug 2007 18:39:10 +0000 (20:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 24 Aug 2007 18:39:10 +0000 (20:39 +0200)
commit71fd37146385c8255bfd370f33ca81fe8c81e5a5
tree63ef23a5290202c5619d7e3f3f9428d29d5b7db1
parent7c6c16f354cde4a48bd305b2587fc78257bcb936
sched: remove HZ dependency from the granularity default

remove HZ dependency from the granularity default. Use 10 msec for
the base granularity, 1 msec for wakeup granularity and 25 msec for
batch wakeup granularity. (These defaults are close to the values
that the default HZ=250 setting got previously, and thus it's the
most common setting.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_fair.c