mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
095bc8eb65
commit
5e8ea68fd8
2 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue