exit_group 時に空きページ数を表示する
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user