cosmetic changes
- sys_gettimeofday()
This commit is contained in:
@ -4975,7 +4975,7 @@ void update_cpu_local_time(void)
|
|||||||
SYSCALL_DECLARE(gettimeofday)
|
SYSCALL_DECLARE(gettimeofday)
|
||||||
{
|
{
|
||||||
struct timeval *tv = (struct timeval *)ihk_mc_syscall_arg0(ctx);
|
struct timeval *tv = (struct timeval *)ihk_mc_syscall_arg0(ctx);
|
||||||
struct syscall_request request IHK_DMA_ALIGN;
|
struct syscall_request request IHK_DMA_ALIGN;
|
||||||
|
|
||||||
/* Do it locally if supported */
|
/* Do it locally if supported */
|
||||||
if (gettime_local_support) {
|
if (gettime_local_support) {
|
||||||
|
|||||||
Reference in New Issue
Block a user