RE: [PATCH 0/4] Fix how CPUs are enumerated when there's more than 255 CPUs

2015-09-09 Thread Anaczkowski, Lukasz
From: Marc Zyngier [mailto:marc.zyng...@arm.com] Sent: Tuesday, September 8, 2015 6:28 PM > In my view, this makes the change a lot more palatable, and it can fit in > exactly two patches: > > 1) add the acpi_subtable_proc stuff with the compatibility helpers > 2) change arch/x86/kernel/acpi/boo

Re: [PATCH 0/4] Fix how CPUs are enumerated when there's more than 255 CPUs

2015-09-08 Thread Al Stone
On 09/08/2015 10:27 AM, Marc Zyngier wrote: > On 08/09/15 12:07, Lukasz Anaczkowski wrote: >> This series of patches attempts to fix how CPUs are enumerated by kernel when >> there's more than 255 of them on single processor. >> In such case, BIOS may interleave APIC/X2APIC MADT subtables, to obey

Re: [PATCH 0/4] Fix how CPUs are enumerated when there's more than 255 CPUs

2015-09-08 Thread Marc Zyngier
On 08/09/15 12:07, Lukasz Anaczkowski wrote: > This series of patches attempts to fix how CPUs are enumerated by kernel when > there's more than 255 of them on single processor. > In such case, BIOS may interleave APIC/X2APIC MADT subtables, to obey > requirements > specified in ACPI spec. Without