]> Git Repo - linux.git/commit
Move cper.c from drivers/acpi/apei to drivers/firmware/efi
authorLuck, Tony <[email protected]>
Mon, 28 Oct 2013 21:06:55 +0000 (14:06 -0700)
committerTony Luck <[email protected]>
Thu, 31 Oct 2013 18:27:04 +0000 (11:27 -0700)
commit7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1
treea1a5a728e1662e1aaebe90777e73fde9561d9fbd
parent56507694de3453076d73e0e9813349586ee67e59
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 <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
drivers/acpi/Kconfig
drivers/acpi/apei/Kconfig
drivers/acpi/apei/Makefile
drivers/acpi/apei/cper.c [deleted file]
drivers/firmware/efi/Kconfig
drivers/firmware/efi/Makefile
drivers/firmware/efi/cper.c [new file with mode: 0644]
This page took 0.062931 seconds and 4 git commands to generate.