summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 00:39:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 00:39:47 +0000
commit53c4db91271c5cc9df56485484ba80e55839fe04 (patch)
tree0ff47ab9d82b950a6fbea8c8412fb6f5d65031ad
parentea435c360f07a030526c6010b4fe997bdbcf925f (diff)
Same here.
-rw-r--r--arch/mips64/sgi-ip27/ip27-timer.c2
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 8d25b1caa..9d13bd88f 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 {