ACPI, APEI: Cleanup alignment-aware accesses
authorChen, Gong <gong.chen@linux.intel.com>
Wed, 18 Dec 2013 06:30:49 +0000 (01:30 -0500)
committerBorislav Petkov <bp@suse.de>
Sat, 21 Dec 2013 12:31:37 +0000 (13:31 +0100)
commitd3ab3edc029bf79b09f91d6a22881c24ecaeb000
tree15226832d9bc3049783cf1ae5a9ad746f482e65c
parentaddccbb264e5e0e5762f4893f6df24afad327c8c
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>
drivers/acpi/apei/apei-base.c
drivers/acpi/apei/einj.c
drivers/acpi/apei/erst.c