summaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-12-30 20:29:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-12-30 20:29:58 +0000
commit63710c4d35ceb301e9f8af073aac89e95c1fe66b (patch)
tree3db78404a3bf8319128dcd14795f6b1149c927aa /sys/kern/kern_resource.c
parent753d1af16593d9609a8e8872a4eb11cadb35765c (diff)
Notes
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r--sys/kern/kern_resource.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c
index d9e25c81d6f5..7368cbdac5c1 100644
--- a/sys/kern/kern_resource.c
+++ b/sys/kern/kern_resource.c
@@ -423,7 +423,6 @@ rtp_to_pri(struct rtprio *rtp, struct ksegrp *kg)
}
sched_class(kg, rtp->type);
if (curthread->td_ksegrp == kg) {
- curthread->td_base_pri = kg->kg_user_pri;
sched_prio(curthread, kg->kg_user_pri); /* XXX dubious */
}
return (0);