summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-31 05:42:06 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-31 05:42:06 +0000
commitae192ba332646764300b4256af3dcbeb84218e1a (patch)
treec181eb8aa7daa2068a335fb1c7465354f832cfab /sys/i386/isa/ipl.s
parent9b4ed3c2da300fa849b9b8bb1fb6f950834f31b8 (diff)
downloadFreeBSD-src-ae192ba332646764300b4256af3dcbeb84218e1a.zip
FreeBSD-src-ae192ba332646764300b4256af3dcbeb84218e1a.tar.gz
Converted the TEST_LOPRIO code to default.
removed PEND_INTS 1st try direct call to MPtrylock
Diffstat (limited to 'sys/i386/isa/ipl.s')
-rw-r--r--sys/i386/isa/ipl.s6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index 5382ff3..797aa8f 100644
--- a/sys/i386/isa/ipl.s
+++ b/sys/i386/isa/ipl.s
@@ -36,7 +36,7 @@
*
* @(#)ipl.s
*
- * $Id: ipl.s,v 1.2 1997/07/23 18:41:25 smp Exp smp $
+ * $Id: ipl.s,v 1.3 1997/07/30 22:46:49 smp Exp smp $
*/
@@ -120,7 +120,11 @@ doreti_exit:
movl %eax,_cpl
decb _intr_nesting_level
MEXITCOUNT
+#if 0
REL_MPLOCK
+#else
+ REL_ISRLOCK(-1)
+#endif
.globl doreti_popl_es
doreti_popl_es:
popl %es
OpenPOWER on IntegriCloud