Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"
This reverts commit 247b18c593
.
Remove the EPYC specific apicid decoding and use the generic
default decoding.
Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <159889933756.21294.13999336052652073520.stgit@naples-babu.amd.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
fb49865d26
commit
081599cb9f
@ -3995,7 +3995,6 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
|||||||
.xlevel = 0x8000001E,
|
.xlevel = 0x8000001E,
|
||||||
.model_id = "AMD EPYC Processor",
|
.model_id = "AMD EPYC Processor",
|
||||||
.cache_info = &epyc_cache_info,
|
.cache_info = &epyc_cache_info,
|
||||||
.use_epyc_apic_id_encoding = 1,
|
|
||||||
.versions = (X86CPUVersionDefinition[]) {
|
.versions = (X86CPUVersionDefinition[]) {
|
||||||
{ .version = 1 },
|
{ .version = 1 },
|
||||||
{
|
{
|
||||||
@ -4123,7 +4122,6 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
|||||||
.xlevel = 0x8000001E,
|
.xlevel = 0x8000001E,
|
||||||
.model_id = "AMD EPYC-Rome Processor",
|
.model_id = "AMD EPYC-Rome Processor",
|
||||||
.cache_info = &epyc_rome_cache_info,
|
.cache_info = &epyc_rome_cache_info,
|
||||||
.use_epyc_apic_id_encoding = 1,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user