svn commit: r366473 - in stable/12/sys: amd64/include x86/include
Konstantin Belousov
kib at FreeBSD.org
Tue Oct 6 09:28:26 UTC 2020
Author: kib
Date: Tue Oct 6 09:28:24 2020
New Revision: 366473
URL: https://svnweb.freebsd.org/changeset/base/366473
Log:
MFC r366415:
Move ctx_switch_xsave declaration to amd64 md_var.h.
Modified:
stable/12/sys/amd64/include/md_var.h
stable/12/sys/x86/include/x86_var.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/amd64/include/md_var.h
==============================================================================
--- stable/12/sys/amd64/include/md_var.h Tue Oct 6 08:18:09 2020 (r366472)
+++ stable/12/sys/amd64/include/md_var.h Tue Oct 6 09:28:24 2020 (r366473)
@@ -37,6 +37,7 @@
#include <x86/x86_var.h>
extern uint64_t *vm_page_dump;
+extern char ctx_switch_xsave[];
extern int hw_lower_amd64_sharedpage;
extern int hw_ibrs_disable;
extern int hw_ssb_disable;
Modified: stable/12/sys/x86/include/x86_var.h
==============================================================================
--- stable/12/sys/x86/include/x86_var.h Tue Oct 6 08:18:09 2020 (r366472)
+++ stable/12/sys/x86/include/x86_var.h Tue Oct 6 09:28:24 2020 (r366473)
@@ -67,7 +67,6 @@ extern u_int cpu_mon_mwait_flags;
extern u_int cpu_mon_min_size;
extern u_int cpu_mon_max_size;
extern u_int cpu_maxphyaddr;
-extern char ctx_switch_xsave[];
extern u_int hv_high;
extern char hv_vendor[];
extern char kstack[];
More information about the svn-src-stable-12
mailing list