Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 16:24:20 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334210 - head/sys/i386/i386
Message-ID:  <201805251624.w4PGOKgq093717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805251624.w4PGOKgq093717>