summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>2000-03-02 22:03:49 +0000
committerdufault <dufault@FreeBSD.org>2000-03-02 22:03:49 +0000
commit705c38904d4c33686f447d07bfe5790b88e319ef (patch)
tree550f60c67b98e14ec2ad0f65f6d2693ced6ac243 /sys/amd64/amd64/trap.c
parent2809faac72adeae047da4c05cc78cca99948ee40 (diff)
downloadFreeBSD-src-705c38904d4c33686f447d07bfe5790b88e319ef.zip
FreeBSD-src-705c38904d4c33686f447d07bfe5790b88e319ef.tar.gz
I applied the wrong patch set. Back out anything associated
with the known bogus currtpriority. This undoes the previous changes to sys/i386/i386/trap.c, sys/alpha/alpha/trap.c, sys/sys/systm.h Now we have the patch set approved by bde. Approved by: bde
Diffstat (limited to 'sys/amd64/amd64/trap.c')
-rw-r--r--sys/amd64/amd64/trap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 836555c..a8b73cf 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -196,7 +196,6 @@ userret(p, frame, oticks)
(u_int)(p->p_sticks - oticks) * psratio);
curpriority = p->p_priority;
- currtpriority = p->p_rtprio.prio;
}
/*
OpenPOWER on IntegriCloud