diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-06-20 16:36:38 -0400 |
| commit | 75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d (patch) | |
| tree | c2f02ee30609d0d69308b4ca80d68d02a5f85552 /kernel/exit.c | |
| parent | 0fd1ffe0633b4b039b343b753598e6df435e034d (diff) | |
| parent | 25f42b6af09e34c3f92107b36b5aa6edc2fdba2f (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'kernel/exit.c')
| -rw-r--r-- | kernel/exit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index e95b93282210..e06d0c10a24e 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
| @@ -881,14 +881,6 @@ fastcall NORET_TYPE void do_exit(long code) | |||
| 881 | 881 | ||
| 882 | tsk->flags |= PF_EXITING; | 882 | tsk->flags |= PF_EXITING; |
| 883 | 883 | ||
| 884 | /* | ||
| 885 | * Make sure we don't try to process any timer firings | ||
| 886 | * while we are already exiting. | ||
| 887 | */ | ||
| 888 | tsk->it_virt_expires = cputime_zero; | ||
| 889 | tsk->it_prof_expires = cputime_zero; | ||
| 890 | tsk->it_sched_expires = 0; | ||
| 891 | |||
| 892 | if (unlikely(in_atomic())) | 884 | if (unlikely(in_atomic())) |
| 893 | printk(KERN_INFO "note: %s[%d] exited with preempt_count %d\n", | 885 | printk(KERN_INFO "note: %s[%d] exited with preempt_count %d\n", |
| 894 | current->comm, current->pid, | 886 | current->comm, current->pid, |
