[MIPS] Sibyte: Increase minimum oneshot timer interval to two ticks.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 11 Nov 2007 17:24:46 +0000 (17:24 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 15 Nov 2007 23:21:50 +0000 (23:21 +0000)
commit622477533d3dc24845c847f386533f3c0e6a1be6
tree24503bc9ebe8496566991c5a7a689b4115065e7b
parent89becf5c0d9019f4f9300840f08a98ee33d57d37
[MIPS] Sibyte: Increase minimum oneshot timer interval to two ticks.

For the old minimum of a single tick a value of zero would be programmed
into the init value register which in the BCM1250/BCM1125/BCM1125H User
Manual in the Timer Special Cases section is documented to have
UNPREDICTABLE effect.

Observable sympthoms of this bug were hangs of several seconds on the
console during bootup and later if both dyntick and highres timer options
were activated.

In theory contiguous mode of the timers is also affected but in an act of
hopeless lack of realism I'll assume nobody will ever configure a KERNEL
for HZ > 500kHz but if so I leave that to evolution to sort out.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cevt-bcm1480.c
arch/mips/kernel/cevt-sb1250.c