diff options
author | Luc Van Oostenryck | 2017-06-29 16:40:12 +0200 |
---|---|---|
committer | Will Deacon | 2017-06-29 16:32:43 +0100 |
commit | 15ad6ace52039c7e39435c4d712d147126604a97 (patch) | |
tree | 5c87dfb20f4b40b25edda331e5b8fbda264d4fa4 /drivers/base | |
parent | 67831edf8a826750b43d5612792a9c3bc449f227 (diff) |
arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()
get_alt_insn() is used to read and create ARM instructions, which
are always stored in memory in little-endian order. These values
are thus correctly converted to/from native order when processed
but the pointers used to hold the address of these instructions
are declared as for native order values.
Fix this by declaring the pointers as __le32* instead of u32* and
make the few appropriate needed changes like removing the unneeded
cast '(u32*)' in front of __ALT_PTR()'s definition.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions