diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 23:00:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 23:00:29 +0000 |
commit | d987417d387e3cb7ac512a1464801c51187a6224 (patch) | |
tree | 9c0282758a5171819b40f9e73aa5b881f7d2d0f4 | |
parent | 264691bafb97e978e73fb3f9cbacbfcdb3aee3a1 (diff) |
Revert last change. Bug noticed by Linus.
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-timer.c b/arch/mips64/sgi-ip27/ip27-timer.c index 9d13bd88f..8d25b1caa 100644 --- a/arch/mips64/sgi-ip27/ip27-timer.c +++ b/arch/mips64/sgi-ip27/ip27-timer.c @@ -121,7 +121,7 @@ again: } if (user) { - if (current->nice < 0) { + if (current->nice > 0) { inc = &kstat.cpu_nice; inc2 = &kstat.per_cpu_nice[cpu]; } else { |