posix-cpu-timers: Remove private interval storage
authorThomas Gleixner <tglx@linutronix.de>
Fri, 11 Jan 2019 13:33:17 +0000 (14:33 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Jan 2019 15:36:13 +0000 (16:36 +0100)
commit16118794ede91aac1a73abe15de22d3de9d2b775
treeb5108b9b74b685c85291470680c8a3ec75fab9f7
parentb17d1ce7efe21e075dace85658d26d354766b443
posix-cpu-timers: Remove private interval storage

Posix CPU timers store the interval in private storage for historical
reasons (it_interval used to be a non scalar representation on 32bit
systems). This is gone and there is no reason for duplicated storage
anymore.

Use it_interval everywhere.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: "H.J. Lu" <hjl.tools@gmail.com>
Link: https://lkml.kernel.org/r/20190111133500.945255655@linutronix.de
include/linux/posix-timers.h
kernel/time/posix-cpu-timers.c