]> xenbits.xensource.com Git - xen.git/commit
x86/boot: silence MADT table entry logging
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Sep 2018 15:51:40 +0000 (17:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Sep 2018 15:51:40 +0000 (17:51 +0200)
commit936b77255269b3b9b5685d565550e77d5080ac81
tree2ba21ff52ab79210de13012f526727ad8e8a2dd3
parent3f2002614af51dfd507168a1696658bac91155ce
x86/boot: silence MADT table entry logging

Logging disabled LAPIC / x2APIC entries with invalid local APIC IDs
(ones having "broadcast" meaning when used) isn't very useful, and can
be quite noisy on larger systems. Suppress their logging unless
opt_cpu_info is true.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/boot.c