summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-08-13 11:00:09 +0000
committerkato <kato@FreeBSD.org>1997-08-13 11:00:09 +0000
commitef7680935056da35e50f57d0bf5f4784d20e4cb1 (patch)
tree0157e8f82a54ed9f2441c103d08818774401dc08 /sys/pc98/i386
parent06f6291f1600586553532a3c133c4b12efdffb78 (diff)
downloadFreeBSD-src-ef7680935056da35e50f57d0bf5f4784d20e4cb1.zip
FreeBSD-src-ef7680935056da35e50f57d0bf5f4784d20e4cb1.tar.gz
Synchronize with sys/i386/i386/trap.c revision 1.104.
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c
index 1735249..eca49a3 100644
--- a/sys/pc98/i386/trap.c
+++ b/sys/pc98/i386/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.27 1997/08/09 01:57:04 kato Exp $
+ * $Id: trap.c,v 1.28 1997/08/10 10:53:49 kato Exp $
*/
/*
@@ -149,7 +149,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)) {
OpenPOWER on IntegriCloud