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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to