On Wednesday 15 April 2015 19:56:46 Baolin Wang wrote:
This patch introduces the 64bit methods for k_clock structure, that converts the timespec/itimerspec type to timespec64/itimerspec64 type.
Signed-off-by: Baolin Wang baolin.wang@linaro.org
The patch looks good, but upon further consideration, I think you could simplify the patch series if you merge patch 2 into this one, because you essentially add code there that gets removed here in turn. Doing it in one step will make it easier to review, as well as more logical.
Arnd