Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 13:53:54 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322787 - head/sys/arm64/arm64
Message-ID:  <201708221353.v7MDrscO022434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Tue Aug 22 13:53:53 2017
New Revision: 322787
URL: https://svnweb.freebsd.org/changeset/base/322787

Log:
  Fix a comment on uncommitted work.

Modified:
  head/sys/arm64/arm64/swtch.S

Modified: head/sys/arm64/arm64/swtch.S
==============================================================================
--- head/sys/arm64/arm64/swtch.S	Tue Aug 22 13:16:14 2017	(r322786)
+++ head/sys/arm64/arm64/swtch.S	Tue Aug 22 13:53:53 2017	(r322787)
@@ -187,11 +187,7 @@ ENTRY(cpu_switch)
 	 * to a user process.
 	 */
 
-	/*
-	 * Load the proc pointers. If these are the same then we are in the
-	 * same process so don't need to switch page tables or issue a
-	 * TLB invalidate.
-	 */
+	/* Load the new proc address */
 	ldr	x28, [x1, #TD_PROC]
 
 	/* Switch to the new pmap */



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