Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 09:40:24 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298737 - head/sys/amd64/amd64
Message-ID:  <201604280940.u3S9eOOY066661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604280940.u3S9eOOY066661>