summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2016-05-17 08:36:54 +0000
committeravg <avg@FreeBSD.org>2016-05-17 08:36:54 +0000
commit3a90d30e3f6eda285723271b34da11e7cbbf2bef (patch)
tree19c114ac84c8c4de4dbd75cc051298e2d2e0d51a /sys/amd64
parentcfc033758184eb39393821536f7673443bc76aad (diff)
downloadFreeBSD-src-3a90d30e3f6eda285723271b34da11e7cbbf2bef.zip
FreeBSD-src-3a90d30e3f6eda285723271b34da11e7cbbf2bef.tar.gz
MFC r298737: fix up r300036
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/initcpu.c1
1 files changed, 1 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud