diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2020-10-03 23:07:09 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-10-03 23:07:09 +0000 |
commit | 5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8 (patch) | |
tree | 3d24b5e1353a4e0dc4944e1a8b9d187744d0f5f0 /sys/amd64 | |
parent | 095bc8eb65c1cd4579af07eb855ba9b680d45798 (diff) | |
download | src-test2-5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8.tar.gz src-test2-5e8ea68fd87000c7fce8a97f8ef8424d3c78e8f8.zip |
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/include/md_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index 7169474b31db..adef2a9c521d 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; |