From 4635c206cc4dfcc984a17067a62e67d75095c647 Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Wed, 21 Feb 2018 14:28:16 -0300 Subject: Revert "MFC r324301:" This reverts commit 6501017038915547fe361a5ae4ca94ba466d0e4e. --- sys/amd64/amd64/cpu_switch.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/amd64/cpu_switch.S') 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 -- cgit v1.1