Move ctx_switch_xsave declaration to amd64 md_var.h.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2020-10-03 23:07:09 +00:00
parent 095bc8eb65
commit 5e8ea68fd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366415
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -71,7 +71,6 @@ extern u_int cpu_power_eax;
extern u_int cpu_power_ebx;
extern u_int cpu_power_ecx;
extern u_int cpu_power_edx;
extern char ctx_switch_xsave[];
extern u_int hv_base;
extern u_int hv_high;
extern char hv_vendor[];