diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
commit | b9558d5f86c471a125abf1fb3a3882fb053b1f8c (patch) | |
tree | 707b53ec64e740a7da87d5f36485e3cd9b1c794e /kernel/exit.c | |
parent | b3ac367c7a3e6047abe74817db27e34e759f279f (diff) |
Merge with Linux 2.3.41.
Diffstat (limited to 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index 374241c67..0537ff06d 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -416,9 +416,6 @@ fake_volatile: tsk->exit_code = code; exit_notify(); task_unlock(tsk); -#ifdef DEBUG_PROC_TREE - audit_ptree(); -#endif if (tsk->exec_domain && tsk->exec_domain->module) __MOD_DEC_USE_COUNT(tsk->exec_domain->module); if (tsk->binfmt && tsk->binfmt->module) @@ -508,9 +505,6 @@ repeat: notify_parent(p, SIGCHLD); } else release(p); -#ifdef DEBUG_PROC_TREE - audit_ptree(); -#endif goto end_wait4; default: continue; |