[PATCH v3 10/22] posix-timers:Split out the guts of the syscall and change the implementation for clock_gettime

2015-05-11 Thread Baolin Wang
This patch splits out the guts of the clock_gettime syscall and changes the clock_gettime syscall implementation to prepare the converting to 64bit methods for the clock_gettime syscall function in posix-timers.c file Signed-off-by: Baolin Wang --- kernel/time/posix-timers.c | 16

[PATCH v3 10/22] posix-timers:Split out the guts of the syscall and change the implementation for clock_gettime

2015-05-11 Thread Baolin Wang
This patch splits out the guts of the clock_gettime syscall and changes the clock_gettime syscall implementation to prepare the converting to 64bit methods for the clock_gettime syscall function in posix-timers.c file Signed-off-by: Baolin Wang baolin.w...@linaro.org ---