On Saturday 11 April 2015 18:46:49 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
Looks good.
Arnd