mbox series

[RFC,0/2] x86/boot: early ACPI MADT processing cleanup

Message ID 20200123014144.19155-1-caoj.fnst@cn.fujitsu.com
Headers show
Series x86/boot: early ACPI MADT processing cleanup | expand

Message

Cao jin Jan. 23, 2020, 1:41 a.m. UTC
Logic in early_acpi_process_madt() & acpi_process_madt() is really hard to
follow now. Clean them up.

Done basic boot test on my x86-64 PC.

CCed linux-acpi@vger.kernel.org

Cao jin (2):
  x86/acpi: Improve code readablity of early madt processing
  x86/acpi: Cleanup acpi_process_madt()

 arch/x86/kernel/acpi/boot.c | 72 +++++++++++++++----------------------
 1 file changed, 28 insertions(+), 44 deletions(-)