Move cper.c from drivers/acpi/apei to drivers/firmware/efi
cper.c contains code to decode and print "Common Platform Error Records". Originally added under drivers/acpi/apei because the only user was in that same directory - but now we have another consumer, and we shouldn't have to force CONFIG_ACPI_APEI get access to this code. Since CPER is defined in the UEFI specification - the logical home for this code is under drivers/firmware/efi/ Acked-by:Matt Fleming <matt.fleming@intel.com> Acked-by:
Ingo Molnar <mingo@kernel.org> Signed-off-by:
Tony Luck <tony.luck@intel.com>
Showing
- drivers/acpi/Kconfig 3 additions, 1 deletiondrivers/acpi/Kconfig
- drivers/acpi/apei/Kconfig 2 additions, 0 deletionsdrivers/acpi/apei/Kconfig
- drivers/acpi/apei/Makefile 1 addition, 1 deletiondrivers/acpi/apei/Makefile
- drivers/firmware/efi/Kconfig 3 additions, 0 deletionsdrivers/firmware/efi/Kconfig
- drivers/firmware/efi/Makefile 1 addition, 0 deletionsdrivers/firmware/efi/Makefile
- drivers/firmware/efi/cper.c 0 additions, 0 deletionsdrivers/firmware/efi/cper.c
Loading
Please register or sign in to comment