diff options
author | Luck, Tony <tony.luck@intel.com> | 2013-10-28 14:06:55 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-10-31 11:27:04 -0700 |
commit | 7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1 (patch) | |
tree | a1a5a728e1662e1aaebe90777e73fde9561d9fbd /drivers/acpi/apei/Makefile | |
parent | 56507694de3453076d73e0e9813349586ee67e59 (diff) | |
download | blackbird-op-linux-7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1.tar.gz blackbird-op-linux-7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1.zip |
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>
Diffstat (limited to 'drivers/acpi/apei/Makefile')
-rw-r--r-- | drivers/acpi/apei/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/Makefile b/drivers/acpi/apei/Makefile index d1d1bc0a4ee1..5d575a955940 100644 --- a/drivers/acpi/apei/Makefile +++ b/drivers/acpi/apei/Makefile @@ -3,4 +3,4 @@ obj-$(CONFIG_ACPI_APEI_GHES) += ghes.o obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o obj-$(CONFIG_ACPI_APEI_ERST_DEBUG) += erst-dbg.o -apei-y := apei-base.o hest.o cper.o erst.o +apei-y := apei-base.o hest.o erst.o |