Move ctx_switch_xsave declaration to amd64 md_var.h.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
kib 2020-10-03 23:07:09 +00:00
parent 303be592a1
commit 74a51bbe76
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[];