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
This commit is contained in:
parent
1425add4c8
commit
27852aba67
|
@ -154,10 +154,6 @@ int print_intel_core_msrs(void)
|
||||||
//{ 0x040f, "IA32_MC4_MISC" } // Seems to be RO
|
//{ 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[] = {
|
static const msr_entry_t model6ex_global_msrs[] = {
|
||||||
{ 0x0017, "IA32_PLATFORM_ID" },
|
{ 0x0017, "IA32_PLATFORM_ID" },
|
||||||
{ 0x002a, "EBL_CR_POWERON" },
|
{ 0x002a, "EBL_CR_POWERON" },
|
||||||
|
|
Loading…
Reference in New Issue