commit | 3e9e57fad3d8530aa30787f861c710f598ddc4e7 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Thu Jun 30 17:56:36 2016 +0200 |
committer | David Vrabel <david.vrabel@citrix.com> | Mon Jul 25 13:30:53 2016 +0100 |
tree | f437f258cbf0b76537d5e51f37a9f45381d4bf0a | |
parent | de2f5537b397249e91cafcbed4de64a24818542e [diff] |
x86/acpi: store ACPI ids from MADT for future usage Currently we don't save ACPI ids (unlike LAPIC ids which go to x86_cpu_to_apicid) from MADT and we may need this information later. Particularly, ACPI ids is the only existent way for a PVHVM Xen guest to figure out Xen's idea of its vCPUs ids before these CPUs boot and in some cases these ids diverge from Linux's cpu ids. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>