Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-03 | efi_loader: allow unaligned memory access | Heinrich Schuchardt | |
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> | |||
2010-03-14 | asm-generic/unaligned.h: dynamic default unaligned accesses | Mike Frysinger | |
This is based on the asm-arm/unaligned.h, but made generic so all arches that cannot do unaligned accesses can utilize it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |