posix-timers: Move interval out of the union
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 May 2017 21:15:43 +0000 (23:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:24 +0000 (15:40 +0200)
commit80105cd0e62ba8a2caf8eebd52f42952c7c04046
tree07a96085c4edea3adb431799fc82f1967a37f601
parentaf888d677a3f4473c198b4720319dd037f398b51
posix-timers: Move interval out of the union

Preparatory patch to unify the alarm timer and hrtimer based posix interval
timer handling.

The interval is used as a criteria for rearming decisions so moving it out
of the clock specific data structures allows later unification.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20170530211656.563922908@linutronix.de
include/linux/posix-timers.h
kernel/time/alarmtimer.c
kernel/time/posix-timers.c