mbox series

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

Message ID 20200122034723.1863-1-caoj.fnst@cn.fujitsu.com (mailing list archive)
Headers show
Series x86/boot: early ACPI MADT processing cleanup | expand

Message

Cao jin Jan. 22, 2020, 3:47 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.

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(-)

Comments

Rafael J. Wysocki Jan. 22, 2020, 9:20 a.m. UTC | #1
On Wed, Jan 22, 2020 at 4:47 AM Cao jin <caoj.fnst@cn.fujitsu.com> wrote:
>
> 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.
>
> 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(-)

Please always CC ACPI patches to linux-acpi@vger.kernel.org, thanks!