exit_group 時に空きページ数を表示する

This commit is contained in:
NAKAMURA Gou
2013-07-09 19:28:21 +09:00
parent 9a1d535f5c
commit 219291f40f
2 changed files with 13 additions and 3 deletions

View File

@ -510,6 +510,12 @@ SYSCALL_DECLARE(exit_group)
#if 0
struct process *proc = cpu_local_var(current);
if (1) {
extern void query_free_mem_interrupt_handler(void *);
query_free_mem_interrupt_handler(NULL);
}
#ifdef DCFA_KMOD
do_mod_exit((int)ihk_mc_syscall_arg0(ctx));
#endif