Re: [1/2] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
From: Michael Ellerman <hidden> Date: 2018-10-11 08:42:53
On Mon, 2018-10-01 at 23:01:04 UTC, Anton Blanchard wrote:
We currently cap the decrementer clockevent at 4 seconds, even on systems
with large decrementer support. Fix this by converting the code to use
clockevents_register_device() which calculates the upper bound based on
the max_delta passed in.
Signed-off-by: Anton Blanchard <redacted>