kern_time syscall separation

Matthew Dillon dillon at apollo.backplane.com
Tue Apr 28 18:18:31 PDT 2009


:Hello,
:
:Attached patch separates 3 syscalls: sys_clock_gettime,
:sys_clock_settime and sys_clock_getres into 2-level functions.
:The new functions introduced are kern_clock_gettime,
:kern_clock_settime and kern_clock_getres.
:
:This is useful especially for linux emulation codes where they call
:the kern_clock* version directly instead of having to do the stackgap,
:and then sys_clock*.
:
:Regards,
:M. Farid Kamarudin

    Thanks for the patch!  Very nicely done, I will commit it.

						-Matt





More information about the Submit mailing list