linux/drivers/acpi/apei
Chen, Gong d3ab3edc02 ACPI, APEI: Cleanup alignment-aware accesses
We do use memcpy to avoid access alignment issues between firmware and
OS. Now we can use a better and standard way to avoid this issue. While
at it, simplify some variable names to avoid the 80 cols limit and
use structure assignment instead of unnecessary memcpy. No functional
changes.

Because ERST record id cache is implemented in memory to increase the
access speed via caching ERST content we can refrain from using memcpy
there too and use regular assignment instead.

Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Cc: Cc: Tony Luck <tony.luck@intel.com>
Link: http://lkml.kernel.org/r/1387348249-20014-1-git-send-email-gong.chen@linux.intel.com
[ Boris: massage commit message a bit. ]
Signed-off-by: Borislav Petkov <bp@suse.de>
2013-12-21 13:31:37 +01:00
..
apei-base.c ACPI, APEI: Cleanup alignment-aware accesses 2013-12-21 13:31:37 +01:00
apei-internal.h ACPI, CPER: Update cper info 2013-10-21 15:12:00 -07:00
einj.c ACPI, APEI: Cleanup alignment-aware accesses 2013-12-21 13:31:37 +01:00
erst-dbg.c ACPI / APEI: Fix the returned value in erst_dbg_read 2013-01-03 13:10:20 +01:00
erst.c ACPI, APEI: Cleanup alignment-aware accesses 2013-12-21 13:31:37 +01:00
ghes.c ACPI, APEI, GHES: Do not report only correctable errors with SCI 2013-12-21 13:31:06 +01:00
hest.c x86/mce, acpi/apei: Only disable banks listed in HEST if mce is configured 2013-08-12 17:55:12 +02:00
Kconfig Move cper.c from drivers/acpi/apei to drivers/firmware/efi 2013-10-31 11:27:04 -07:00
Makefile Move cper.c from drivers/acpi/apei to drivers/firmware/efi 2013-10-31 11:27:04 -07:00