Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x64: Parse X2APIC CPU definitions in MADT table
OSv was failing to boot because it only handles the old-style 8-bit definitions. Fix it to handle the new (ACPI 4.0; 2009) ones too. Also add the same fallback that parse_mp_table() has, to register CPU#0 if all else fails. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
- Loading branch information