Files
android_kernel_xiaomi_sm8450/arch/arm64/kernel
Luc Van Oostenryck 02129ae5fe arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()
Here the functions reloc_insn_movw() & reloc_insn_imm() are used
to read, modify and write back ARM instructions, which are always
stored in memory in little-endian order. These values are thus
correctly converted to/from native order but the pointers used to
hold their addresses are declared as for native order values.

Fix this by declaring the pointers as __le32* and remove the
casts that are now unneeded.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2017-06-29 11:09:39 +01:00
..
2017-05-30 11:07:41 +01:00
2012-09-17 13:42:21 +01:00
2017-03-28 18:23:24 -04:00
2016-06-27 16:31:25 +01:00
2016-04-20 12:22:42 +01:00