powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigs
authorAnton Blanchard <anton@samba.org>
Sun, 6 Dec 2009 17:48:33 +0000 (17:48 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 18 Dec 2009 03:54:26 +0000 (14:54 +1100)
commit030bdc3fd0807b6097a937468859f4b4baf1b950
tree0d95e6f6ed8fd9fc1e1b7f0ba29ee9e1ebeaae25
parent55f2fa147392ffd23cec56cbb3d85ab5b3ebc125
powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigs

Now we have high res timers there is less of a reason for a high HZ value.
Furthermore I think there a few reasons we should reduce HZ to 100:

- Timer interrupt overhead. While this overhead is small, there are
  applications that are very sensitive to jitter (eg some HPC apps).

- Issues with the timer wheel code. When coming out of NO_HZ idle we work our
  way through the timer code one tick at a time.  If we have been idle a long
  time, this adds up - I sometimes see milliseconds of time spent in that
  loop.

  Long term we should fix the timer wheel algorithm, but for now if we reduce
  HZ then we reduce the amount of work the timer code has to do when coming
  out of idle.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig