From 3a90d30e3f6eda285723271b34da11e7cbbf2bef Mon Sep 17 00:00:00 2001 From: avg Date: Tue, 17 May 2016 08:36:54 +0000 Subject: MFC r298737: fix up r300036 --- sys/amd64/amd64/initcpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index f1d81cb..8868cd3 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. -- cgit v1.1