[PATCH v4 11/25] posix-timers:Change the implementation for clock_settime syscall function

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

[PATCH v4 11/25] posix-timers:Change the implementation for clock_settime syscall function

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