summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/cpu_switch.S
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2018-01-14 09:33:44 +0000
committerLuiz Souza <luiz@netgate.com>2018-02-19 14:32:32 -0300
commit242fd9ef5c10f63b2abc67e7479b7c4d83f0f4c3 (patch)
treef51af1acee602f6055853a65e93332385bb12bf0 /sys/amd64/amd64/cpu_switch.S
parent6501017038915547fe361a5ae4ca94ba466d0e4e (diff)
downloadFreeBSD-src-242fd9ef5c10f63b2abc67e7479b7c4d83f0f4c3.zip
FreeBSD-src-242fd9ef5c10f63b2abc67e7479b7c4d83f0f4c3.tar.gz
MFC r327817:
Rename COMMON_TSS_RSP0 to TSS_RSP0. (cherry picked from commit 18a2f90a6ea9bb9ba24aa12792dd50864d7fe8c7)
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..6e4ed35 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -215,7 +215,7 @@ done_tss:
movq %r8,PCPU(RSP0)
movq %r8,PCPU(CURPCB)
/* Update the TSS_RSP0 pointer for the next interrupt */
- movq %r8,COMMON_TSS_RSP0(%rdx)
+ movq %r8,TSS_RSP0(%rdx)
movq %r12,PCPU(CURTHREAD) /* into next thread */
/* Test if debug registers should be restored. */
OpenPOWER on IntegriCloud