arch_clear_host_user_space: set zero to args[2]

to avoid duplicated per_proc_list entry.
This commit is contained in:
NAKAMURA Gou
2016-04-21 21:07:44 +09:00
parent 397bf3f4a6
commit e2e0fad849
3 changed files with 7 additions and 8 deletions

View File

@@ -833,7 +833,7 @@ SYSCALL_DECLARE(exit_group)
return 0;
}
static void clear_host_pte(uintptr_t addr, size_t len)
void clear_host_pte(uintptr_t addr, size_t len)
{
ihk_mc_user_context_t ctx;
long lerror;