Back out a part of the disk scheduling "improvements" :-(. Let me know

how the system works now!!!
This commit is contained in:
John Dyson 1997-08-12 19:07:42 +00:00
parent df023a8ef7
commit 0b6e0f74f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28124
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.102 1997/08/09 00:02:52 dyson Exp $
* $Id: trap.c,v 1.103 1997/08/09 10:13:32 dyson Exp $
*/
/*
@ -145,7 +145,7 @@ userret(p, frame, oticks)
while ((sig = CURSIG(p)) != 0)
postsig(sig);
#if !defined(NO_SCHEDULE_MODS)
#if 0
if (!want_resched &&
(p->p_priority <= p->p_usrpri) &&
(p->p_rtprio.type == RTP_PRIO_NORMAL)) {

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.102 1997/08/09 00:02:52 dyson Exp $
* $Id: trap.c,v 1.103 1997/08/09 10:13:32 dyson Exp $
*/
/*
@ -145,7 +145,7 @@ userret(p, frame, oticks)
while ((sig = CURSIG(p)) != 0)
postsig(sig);
#if !defined(NO_SCHEDULE_MODS)
#if 0
if (!want_resched &&
(p->p_priority <= p->p_usrpri) &&
(p->p_rtprio.type == RTP_PRIO_NORMAL)) {

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.102 1997/08/09 00:02:52 dyson Exp $
* $Id: trap.c,v 1.103 1997/08/09 10:13:32 dyson Exp $
*/
/*
@ -145,7 +145,7 @@ userret(p, frame, oticks)
while ((sig = CURSIG(p)) != 0)
postsig(sig);
#if !defined(NO_SCHEDULE_MODS)
#if 0
if (!want_resched &&
(p->p_priority <= p->p_usrpri) &&
(p->p_rtprio.type == RTP_PRIO_NORMAL)) {