]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbfdb2ef72ba2b98495e7f00db20d59ce739fef9b
treef266b059287789cb4b88f185b2abb7867ecd172c
parenta1e9468edf868f3715b1d9417bfe2357c86d4eab
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