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