X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fclocksource%2Fsh_tmu.c;h=93c2322feab79e8e119d0b51949ac0b1bc42135d;hb=cf7a2b4fb6a9b86779930a0a123b0df41aa9208f;hp=9ffb05f4095d7598c6b8fc8e37bc55cae96ae2b6;hpb=7e0338c0de18c50f09aea1fbef45110cf7d64a3c;p=mv-sheeva.git diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c index 9ffb05f4095..93c2322feab 100644 --- a/drivers/clocksource/sh_tmu.c +++ b/drivers/clocksource/sh_tmu.c @@ -161,7 +161,7 @@ static void sh_tmu_set_next(struct sh_tmu_priv *p, unsigned long delta, if (periodic) sh_tmu_write(p, TCOR, delta); else - sh_tmu_write(p, TCOR, 0); + sh_tmu_write(p, TCOR, 0xffffffff); sh_tmu_write(p, TCNT, delta);