nanosleep: cosmetic change

This commit is contained in:
NAKAMURA Gou
2015-09-17 20:06:00 +09:00
parent 10ba03ccea
commit a3e440414d

View File

@ -5017,7 +5017,7 @@ SYSCALL_DECLARE(nanosleep)
{
struct timespec *tv = (struct timespec *)ihk_mc_syscall_arg0(ctx);
struct timespec *rem = (struct timespec *)ihk_mc_syscall_arg1(ctx);
struct syscall_request request IHK_DMA_ALIGN;
struct syscall_request request IHK_DMA_ALIGN;
/* Do it locally if supported */
if (gettime_local_support) {