diff options
author | dufault <dufault@FreeBSD.org> | 2000-03-02 22:03:49 +0000 |
---|---|---|
committer | dufault <dufault@FreeBSD.org> | 2000-03-02 22:03:49 +0000 |
commit | 705c38904d4c33686f447d07bfe5790b88e319ef (patch) | |
tree | 550f60c67b98e14ec2ad0f65f6d2693ced6ac243 /sys/amd64 | |
parent | 2809faac72adeae047da4c05cc78cca99948ee40 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/amd64/amd64/trap.c | 1 |
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; } /* |