summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/cpu_switch.S
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-02-21 14:28:16 -0300
committerLuiz Souza <luiz@netgate.com>2018-02-21 14:28:16 -0300
commit4635c206cc4dfcc984a17067a62e67d75095c647 (patch)
tree46dca86104fb5743270cbb0a4c45aaa5691f7f5a /sys/amd64/amd64/cpu_switch.S
parent671279ad5be3f1feb75857cf032daae1f04972dd (diff)
downloadFreeBSD-src-4635c206cc4dfcc984a17067a62e67d75095c647.zip
FreeBSD-src-4635c206cc4dfcc984a17067a62e67d75095c647.tar.gz
Revert "MFC r324301:"
This reverts commit 6501017038915547fe361a5ae4ca94ba466d0e4e.
Diffstat (limited to 'sys/amd64/amd64/cpu_switch.S')
-rw-r--r--sys/amd64/amd64/cpu_switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S
index 56dbc75..a234d3ed 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -172,7 +172,7 @@ sw1:
* to load up the rest of the next context.
*/
- /* Skip loading LDT and user fsbase/gsbase for kthreads */
+ /* Skip loading user fsbase/gsbase for kthreads */
testl $TDP_KTHREAD,TD_PFLAGS(%r12)
jnz do_kthread
OpenPOWER on IntegriCloud