On Tue, May 28, 2024 at 12:55:04PM +0300, Kirill A. Shutemov wrote: > In order to prepare for the expansion of support for the ACPI MADT > wakeup method, move the relevant code into a separate file. > > Introduce a new configuration option to clearly indicate dependencies > without the use of ifdefs. > > There have been no functional changes. > > Signed-off-by: Kirill A. Shutemov <[email protected]> > Reviewed-by: Kuppuswamy Sathyanarayanan > <[email protected]> > Acked-by: Kai Huang <[email protected]> > Reviewed-by: Baoquan He <[email protected]> > Reviewed-by: Thomas Gleixner <[email protected]> > Tested-by: Tao Liu <[email protected]> > --- > arch/x86/Kconfig | 7 +++ > arch/x86/include/asm/acpi.h | 5 ++ > arch/x86/kernel/acpi/Makefile | 1 + > arch/x86/kernel/acpi/boot.c | 86 +----------------------------- > arch/x86/kernel/acpi/madt_wakeup.c | 82 ++++++++++++++++++++++++++++ > 5 files changed, 96 insertions(+), 85 deletions(-) > create mode 100644 arch/x86/kernel/acpi/madt_wakeup.c
Acked-by: Borislav Petkov (AMD) <[email protected]> -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette
