aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/svr4/svr4_locore.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/svr4/svr4_locore.s')
-rw-r--r--sys/i386/svr4/svr4_locore.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s
index 2f9c683c23c1..a8f3ed12ee2d 100644
--- a/sys/i386/svr4/svr4_locore.s
+++ b/sys/i386/svr4/svr4_locore.s
@@ -8,11 +8,9 @@ NON_GPROF_ENTRY(svr4_sigcode)
leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
# copy at SIGF_UCP(%esp))
#if defined(NOTYET)
-#ifdef VM86
testl $PSL_VM,SVR4_UC_EFLAGS(%eax)
jnz 1f
#endif
-#endif
movl SVR4_UC_GS(%eax),%edx
movl %dx,%gs
#if defined(__NetBSD__)