Move ctx_switch_xsave declaration to amd64 md_var.h.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
303be592a1
commit
74a51bbe76
@ -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;
|
||||
|
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user