Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 08:02:26 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324410 - stable/11/sys/amd64/amd64
Message-ID:  <201710080802.v9882QHW055206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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