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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"