diff options
author | Peter Stuge <peter@stuge.se> | 2009-11-26 14:03:25 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-11-26 14:03:25 +0000 |
commit | 13250d13f726b3ecc54ae39deabb7b1e7372918a (patch) | |
tree | 23c012fb7ce4b83eb77c3238c47cc1c8e3cc2af1 /util/msrtool | |
parent | 226280cdb9f162c05b633136b8d4f93f848ae737 (diff) | |
download | coreboot-13250d13f726b3ecc54ae39deabb7b1e7372918a.tar.xz |
Remove commented out example MSR definitions
Now there are definitions for actual MSRs that can be referenced instead.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/msrtool')
-rw-r--r-- | util/msrtool/geodelx.c | 6 | ||||
-rw-r--r-- | util/msrtool/k8.c | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c index 60ad82ff97..063e0311b4 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 59288b19df..6d2500d40a 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 } }; |