svn commit: r324410 - stable/11/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Sun Oct 8 08:02:27 UTC 2017


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
 


More information about the svn-src-all mailing list