Author: kib
Date: Sun Oct  8 08:02:26 2017
New Revision: 324410
URL: https://svnweb.freebsd.org/changeset/base/324410

Log:
  MFC r324301:
  Update comment.

Modified:
  stable/11/sys/amd64/amd64/cpu_switch.S
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/amd64/cpu_switch.S
==============================================================================
--- stable/11/sys/amd64/amd64/cpu_switch.S      Sun Oct  8 08:01:24 2017        
(r324409)
+++ stable/11/sys/amd64/amd64/cpu_switch.S      Sun Oct  8 08:02:26 2017        
(r324410)
@@ -172,7 +172,7 @@ sw1:
         * to load up the rest of the next context.
         */
 
-       /* Skip loading user fsbase/gsbase for kthreads */
+       /* Skip loading LDT and user fsbase/gsbase for kthreads */
        testl   $TDP_KTHREAD,TD_PFLAGS(%r12)
        jnz     do_kthread
 
_______________________________________________
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