On Wednesday 15 April 2015 19:56:41 Baolin Wang wrote:
This patch introduces hrtimer_get_res64() function to get the timer resolution with timespec64 type, and moves the hrtimer_get_res() function into include/linux/hrtimer.h as a 'static inline' helper that just calls hrtimer_get_res64.
Signed-off-by: Baolin Wang baolin.wang@linaro.org
Same comments as for patch 3.
Arnd