]> git.baikalelectronics.ru Git - kernel.git/commit
arch/tile: Implement ->set_state_oneshot_stopped()
authorChris Metcalf <cmetcalf@mellanox.com>
Fri, 3 Nov 2017 17:20:54 +0000 (13:20 -0400)
committerChris Metcalf <cmetcalf@mellanox.com>
Fri, 3 Nov 2017 17:20:54 +0000 (13:20 -0400)
commitbd8b5bf63768b33eccb167066dc5a27bc68907cb
tree4592da9c88e7ec058601b66e7be57389786e6fb1
parentf5e9a9631d9d570e9d701ff61c6646fe611bedbd
arch/tile: Implement ->set_state_oneshot_stopped()

set_state_oneshot_stopped() is called by the clkevt core, when the
next event is required at an expiry time of 'KTIME_MAX'. This normally
happens with NO_HZ_{IDLE|FULL} in both LOWRES/HIGHRES modes.

This patch makes the clockevent device to stop on such an event, to
avoid spurious interrupts, as explained by: commit 7dd9bdf4e1de
("clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state").

Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/kernel/time.c