svn commit: r322787 - head/sys/arm64/arm64
Andrew Turner
andrew at FreeBSD.org
Tue Aug 22 13:53:55 UTC 2017
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 */
More information about the svn-src-all
mailing list