From: Luck, Tony Date: Mon, 28 Oct 2013 21:06:55 +0000 (-0700) Subject: Move cper.c from drivers/acpi/apei to drivers/firmware/efi X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~28^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea6c6c15ee16f4c7f5eeaa62f77e696f85ae0d1;p=pandora-kernel.git 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 Acked-by: Ingo Molnar Signed-off-by: Tony Luck --- Reading git-diff-tree failed