mirror of https://gitee.com/openkylin/qemu.git
pc: acpi: remove NOP assignment
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f9735fd53f
commit
ae29883508
|
@ -2463,7 +2463,6 @@ build_srat(GArray *table_data, GArray *linker)
|
|||
|
||||
srat = acpi_data_push(table_data, sizeof *srat);
|
||||
srat->reserved1 = cpu_to_le32(1);
|
||||
core = (void *)(srat + 1);
|
||||
|
||||
for (i = 0; i < pcms->apic_id_limit; ++i) {
|
||||
core = acpi_data_push(table_data, sizeof *core);
|
||||
|
|
Loading…
Reference in New Issue