diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-02 16:41:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-02 16:41:36 -0500 |
commit | 923a789b49c7269a0245d5af6afe486188d940df (patch) | |
tree | c3f168427372e64f7467a794f313416da5086ba0 /kernel/sys.c | |
parent | 103ceffb9501531f6931df6aebc11a05189201f0 (diff) | |
parent | b840d79631c882786925303c2b0f4fefc31845ed (diff) |
Merge branch 'linus' into x86/cleanups
Conflicts:
arch/x86/kernel/reboot.c
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 ebe65c2c9873..d356d79e84ac 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
@@ -907,8 +907,8 @@ void do_sys_times(struct tms *tms) | |||
907 | struct task_cputime cputime; | 907 | struct task_cputime cputime; |
908 | cputime_t cutime, cstime; | 908 | cputime_t cutime, cstime; |
909 | 909 | ||
910 | spin_lock_irq(¤t->sighand->siglock); | ||
911 | thread_group_cputime(current, &cputime); | 910 | thread_group_cputime(current, &cputime); |
911 | spin_lock_irq(¤t->sighand->siglock); | ||
912 | cutime = current->signal->cutime; | 912 | cutime = current->signal->cutime; |
913 | cstime = current->signal->cstime; | 913 | cstime = current->signal->cstime; |
914 | spin_unlock_irq(¤t->sighand->siglock); | 914 | spin_unlock_irq(¤t->sighand->siglock); |