summaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-10-03 23:07:09 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-10-03 23:07:09 +0000
commit5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8 (patch)
tree3d24b5e1353a4e0dc4944e1a8b9d187744d0f5f0 /sys/amd64
parent095bc8eb65c1cd4579af07eb855ba9b680d45798 (diff)
downloadsrc-test-5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8.tar.gz
src-test-5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8.zip
Move ctx_switch_xsave declaration to amd64 md_var.h.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Notes
Notes: svn path=/head/; revision=366415
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/md_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h
index 7169474b31db0..adef2a9c521d0 100644
--- a/sys/amd64/include/md_var.h
+++ b/sys/amd64/include/md_var.h
@@ -36,6 +36,7 @@
#include <x86/x86_var.h>
+extern char ctx_switch_xsave[];
extern int hw_lower_amd64_sharedpage;
extern int hw_ibrs_disable;
extern int hw_ssb_disable;