summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-06 01:47:24 +0000
committerjhb <jhb@FreeBSD.org>2000-10-06 01:47:24 +0000
commitef16aa3b5baa9591db458adb9e6fbe34d211088b (patch)
tree37e9620ce4b7da35dcda3c7a76fe6d08fbb1597e /sys/i386
parentd23b63a6a0f2e31272d654a135d2e8f8c6d8aba3 (diff)
downloadFreeBSD-src-ef16aa3b5baa9591db458adb9e6fbe34d211088b.zip
FreeBSD-src-ef16aa3b5baa9591db458adb9e6fbe34d211088b.tar.gz
Remove an unnecessary sti and spl0() in fork_trampoline. Interrupts
should be enabled by MTX_EXIT() now when it releases the sched_lock.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/exception.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s
index 36f5bba3..a36375a 100644
--- a/sys/i386/i386/exception.s
+++ b/sys/i386/i386/exception.s
@@ -304,8 +304,6 @@ IDTVEC(int0x80_syscall)
ENTRY(fork_trampoline)
MTX_EXIT(_sched_lock, %ecx)
- sti
- call _spl0
#ifdef SMP
cmpl $0,_switchtime
OpenPOWER on IntegriCloud