]> git.baikalelectronics.ru Git - kernel.git/commit
posix-timers: Unify overrun/requeue_pending handling
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 May 2017 21:15:42 +0000 (23:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:24 +0000 (15:40 +0200)
commit2ad55890e294d689e986044c9da6bb924902a6e3
tree4b9dafa3a2c39f3fd6809cd53bc434357fc601a2
parent8fe51091882f163b43ba238216f4eb9b3d53b992
posix-timers: Unify overrun/requeue_pending handling

hrtimer based posix-timers and posix-cpu-timers handle the update of the
rearming and overflow related status fields differently.

Move that update to the common rearming code.

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.484936964@linutronix.de
kernel/time/posix-cpu-timers.c
kernel/time/posix-timers.c