Skip to content
Commit 7ea6c6c1 authored by Tony Luck's avatar Tony Luck
Browse files

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: default avatarMatt Fleming <matt.fleming@intel.com>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 56507694
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment