]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Xilinx: ARM: Updated non-SMP kernel defconfigs to not use high res timers
authorJohn Linn <john.linn@xilinx.com>
Wed, 6 Oct 2010 17:59:12 +0000 (11:59 -0600)
committerJohn Linn <john.linn@xilinx.com>
Wed, 6 Oct 2010 17:59:12 +0000 (11:59 -0600)
commit216f3cc07279bbe689c79e3b2433e5051dd70a8c
treead0385069d840eca5fe3863d1bb738f0e8248b78
parentb5c910a8c6df4b6973ba26d483b0659537295d46
Xilinx: ARM: Updated non-SMP kernel defconfigs to not use high res timers

The timer code was updated to support one-shot which allows high res timers
to work.  But high res timers require the HZ to be higher than the 10 that
we are currently using.

Values of 60 and up seem to work for non-SMP, but SMP seems to need higher than
that.  The patch for the timer one-shot mode can cause the non-SMP kernel
to not boot due to this problem (or hang while booting).

We talked about it and think that non-high res is probably the right default
for now.  The SMP kernel defaults to non-high res timers.
arch/arm/configs/xilinx_defconfig
arch/arm/configs/xilinx_test_defconfig