From d0d7c13ea4987eab86ad931b0fb8a908af0f1fe5 Mon Sep 17 00:00:00 2001 From: avg Date: Tue, 17 May 2016 08:36:54 +0000 Subject: [PATCH] MFC r298737: fix up r300036 git-svn-id: svn://svn.freebsd.org/base/stable/10@300038 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/amd64/amd64/initcpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index f1d81cbef..8868cd3c9 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -89,6 +89,7 @@ SYSCTL_UINT(_hw, OID_AUTO, via_feature_xcrypt, CTLFLAG_RD, static void init_amd(void) { + uint64_t msr; /* * Work around Erratum 721 for Family 10h and 12h processors. -- 2.45.0