svn commit: r300038 - stable/10/sys/amd64/amd64

Andriy Gapon avg at FreeBSD.org
Tue May 17 08:36:55 UTC 2016


Author: avg
Date: Tue May 17 08:36:54 2016
New Revision: 300038
URL: https://svnweb.freebsd.org/changeset/base/300038

Log:
  MFC r298737: fix up r300036

Modified:
  stable/10/sys/amd64/amd64/initcpu.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/amd64/initcpu.c
==============================================================================
--- stable/10/sys/amd64/amd64/initcpu.c	Tue May 17 08:36:12 2016	(r300037)
+++ stable/10/sys/amd64/amd64/initcpu.c	Tue May 17 08:36:54 2016	(r300038)
@@ -89,6 +89,7 @@ SYSCTL_UINT(_hw, OID_AUTO, via_feature_x
 static void
 init_amd(void)
 {
+	uint64_t msr;
 
 	/*
 	 * Work around Erratum 721 for Family 10h and 12h processors.


More information about the svn-src-all mailing list