From 13250d13f726b3ecc54ae39deabb7b1e7372918a Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Thu, 26 Nov 2009 14:03:25 +0000 Subject: [PATCH] Remove commented out example MSR definitions Now there are definitions for actual MSRs that can be referenced instead. Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/msrtool/geodelx.c | 6 ------ util/msrtool/k8.c | 7 ------- 2 files changed, 13 deletions(-) diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c index 60ad82ff9..063e0311b 100644 --- a/util/msrtool/geodelx.c +++ b/util/msrtool/geodelx.c @@ -454,11 +454,5 @@ const struct msrdef geodelx_msrs[] = { { 0, 1, "CHIP_RESET", "Chip Reset", PRESENT_DEC, NOBITS }, { BITS_EOT } }}, -/* - { 0, MSRTYPE_RDONLY, MSR2(0, 0), "TEMPLATE", "Template MSR", { - { 63, 64, RESERVED }, - { BITS_EOT } - }}, -*/ { MSR_EOT } }; diff --git a/util/msrtool/k8.c b/util/msrtool/k8.c index 59288b19d..6d2500d40 100644 --- a/util/msrtool/k8.c +++ b/util/msrtool/k8.c @@ -355,12 +355,5 @@ const struct msrdef k8_msrs[] = { { BITS_EOT } }}, -/* - { 0, MSRTYPE_RDONLY, MSR2(0, 0), "TEMPLATE", "Template MSR", { - { 63, 64, RESERVED }, - { BITS_EOT } - }}, -*/ - { MSR_EOT } }; -- 2.25.1