svn commit: r366619 - in stable/11/sys: amd64/include x86/include

Konstantin Belousov kib at FreeBSD.org
Sat Oct 10 18:22:13 UTC 2020


Author: kib
Date: Sat Oct 10 18:22:12 2020
New Revision: 366619
URL: https://svnweb.freebsd.org/changeset/base/366619

Log:
  MFC r366415:
  Move ctx_switch_xsave declaration to amd64 md_var.h.

Modified:
  stable/11/sys/amd64/include/md_var.h
  stable/11/sys/x86/include/x86_var.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/include/md_var.h
==============================================================================
--- stable/11/sys/amd64/include/md_var.h	Sat Oct 10 18:18:08 2020	(r366618)
+++ stable/11/sys/amd64/include/md_var.h	Sat Oct 10 18:22:12 2020	(r366619)
@@ -35,6 +35,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/11/sys/x86/include/x86_var.h
==============================================================================
--- stable/11/sys/x86/include/x86_var.h	Sat Oct 10 18:18:08 2020	(r366618)
+++ stable/11/sys/x86/include/x86_var.h	Sat Oct 10 18:22:12 2020	(r366619)
@@ -66,7 +66,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-all mailing list