From: Ingo Molnar Date: Fri, 24 Aug 2007 18:39:10 +0000 (+0200) Subject: sched: remove HZ dependency from the granularity default X-Git-Tag: v2.6.23-rc4~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fd37146385c8255bfd370f33ca81fe8c81e5a5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed