svn commit: r298737 - head/sys/amd64/amd64
Andriy Gapon
avg at FreeBSD.org
Thu Apr 28 09:40:25 UTC 2016
Author: avg
Date: Thu Apr 28 09:40:24 2016
New Revision: 298737
URL: https://svnweb.freebsd.org/changeset/base/298737
Log:
fix missing variable in r298736
Pointyhat to: avg
Reported by: Ivan Klymenko <fidaj at ukr.net>
MFC after: 2 weeks
X-MFC with: r298736
Modified:
head/sys/amd64/amd64/initcpu.c
Modified: head/sys/amd64/amd64/initcpu.c
==============================================================================
--- head/sys/amd64/amd64/initcpu.c Thu Apr 28 08:29:57 2016 (r298736)
+++ head/sys/amd64/amd64/initcpu.c Thu Apr 28 09:40:24 2016 (r298737)
@@ -58,6 +58,7 @@ static int hw_clflush_disable = -1;
static void
init_amd(void)
{
+ uint64_t msr;
/*
* Work around Erratum 721 for Family 10h and 12h processors.
More information about the svn-src-head
mailing list