diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-21 23:33:36 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-21 23:33:36 +0000 |
commit | 27852aba6787617ca5656995cbc7e8ef0a3ea22c (patch) | |
tree | 336bc5a6effed741bad73b168ab16a3f65bafeba /util | |
parent | 1425add4c83cf55ed57c33607fb9922c77905565 (diff) |
drop dead code.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/inteltool/cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c index 7c0dec15e4..e6b28c087a 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -154,10 +154,6 @@ int print_intel_core_msrs(void) //{ 0x040f, "IA32_MC4_MISC" } // Seems to be RO }; - static const msr_entry_t model6bx_per_core_msrs[] = { - // single core only - }; - static const msr_entry_t model6ex_global_msrs[] = { { 0x0017, "IA32_PLATFORM_ID" }, { 0x002a, "EBL_CR_POWERON" }, |