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

This reverts commit 219291f40f.
This commit is contained in:
NAKAMURA Gou
2014-09-17 19:59:33 +09:00
parent 7e12f0db72
commit b13b8e91b2
2 changed files with 3 additions and 13 deletions

View File

@@ -510,12 +510,6 @@ 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