commit | 954e2b94f6027834113db50833c818d9a39fd169 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 03 21:59:32 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Jun 03 15:27:21 2018 +0200 |
tree | 1209493facd75a94acd1e34ead5a23005d420c0e | |
parent | 3fba0cdb01b1a42959e6b18d8505fb3cee5ac371 [diff] |
efi_loader: allow unaligned memory access The UEFI spec mandates that unaligned memory access should be enabled if supported by the CPU architecture. This patch adds an empty weak function unaligned_access() that can be overridden by an architecture specific routine. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>