OSDN Git Service

powerpc/time: Remove unnecessary sanity check of decrementer expiration
authorAnton Blanchard <anton@samba.org>
Wed, 23 Nov 2011 20:07:20 +0000 (20:07 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Nov 2011 03:09:59 +0000 (14:09 +1100)
commit68568add2ca70153cca3dd1858eaa0776821cf75
treef266b059287789cb4b88f185b2abb7867ecd172c
parent11b8633ada8633991e584951d0027f2741162201
powerpc/time: Remove unnecessary sanity check of decrementer expiration

The clockevents code uses max_delta_ns to avoid calling a
clockevent with too large a value.

Remove the redundant version of this in the timer_interrupt
code.

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