commit | eae1c4ae275fe3e024454c012a548ee0d700f54c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue May 30 23:15:53 2017 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun Jun 04 15:40:29 2017 +0200 |
tree | 3a61c821be2bded561e2fc17e58d545edec2eee9 | |
parent | 525b8ed91671e29e187dfe02d408b11190ccf494 [diff] |
posix-timers: Make use of cancel/arm callbacks Replace the hrtimer calls by calls to the new try_to_cancel()/arm() kclock callbacks and move the hrtimer specific implementation into the corresponding callback functions. 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/20170530211657.355396667@linutronix.de