]> Git Repo - qemu.git/commit
acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
authorEduardo Habkost <[email protected]>
Fri, 14 Mar 2014 19:33:53 +0000 (16:33 -0300)
committerMichael S. Tsirkin <[email protected]>
Tue, 18 Mar 2014 14:08:43 +0000 (16:08 +0200)
commit798325ed3856bc1e2f2b640b7e0db60044fdddf9
tree44417783148968aa66bbcc8cb3764cd9fb4a2ece
parent39ee3af3a85fedb55b9eeb1a0bc81a2460eeaa01
acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap

MAX_CPUMASK_BITS is a limit for max_cpus and CPU indexes, not for APIC
IDs.

ACPI_CPU_HOTPLUG_ID_LIMIT is the right macro for the limit on APIC IDs
on the ACPI and CPU hotplug code.

There are no functional changes introduced by this patch, as
MAX_CPUMASK_BITS + 1 == 255 + 1 == 256 == ACPI_CPU_HOTPLUG_ID_LIMIT.

Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/acpi-build.c
This page took 0.021449 seconds and 4 git commands to generate.