diff options
Diffstat (limited to 'kernel/sys.c')
| -rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 31deba8f7d16..5fc3a0cfb994 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
| @@ -858,8 +858,8 @@ void do_sys_times(struct tms *tms) | |||
| 858 | struct task_cputime cputime; | 858 | struct task_cputime cputime; |
| 859 | cputime_t cutime, cstime; | 859 | cputime_t cutime, cstime; |
| 860 | 860 | ||
| 861 | spin_lock_irq(¤t->sighand->siglock); | ||
| 862 | thread_group_cputime(current, &cputime); | 861 | thread_group_cputime(current, &cputime); |
| 862 | spin_lock_irq(¤t->sighand->siglock); | ||
| 863 | cutime = current->signal->cutime; | 863 | cutime = current->signal->cutime; |
| 864 | cstime = current->signal->cstime; | 864 | cstime = current->signal->cstime; |
| 865 | spin_unlock_irq(¤t->sighand->siglock); | 865 | spin_unlock_irq(¤t->sighand->siglock); |
