Author: kib
Date: Fri May 25 16:24:20 2018
New Revision: 334210
URL: https://svnweb.freebsd.org/changeset/base/334210
Log:
Cleanup. Remove unused instruction and label.
Tested by: bde
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/i386/i386/swtch.s
Modified: head/sys/i386/i386/swtch.s
==============================================================================
--- head/sys/i386/i386/swtch.s Fri May 25 13:59:48 2018 (r334209)
+++ head/sys/i386/i386/swtch.s Fri May 25 16:24:20 2018 (r334210)
@@ -186,10 +186,6 @@ ENTRY(cpu_switch)
lock
#endif
btsl %esi, PM_ACTIVE(%ebx) /* set new */
- jmp sw1
-
-sw0:
- SETOP %esi,TD_LOCK(%edi) /* Switchout td_lock */
sw1:
BLOCK_SPIN(%ecx)
/*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"