commit | 6a2e5e521c333a0b56cb60dc5587e3f90859c5e7 | [log] [tgz] |
---|---|---|
author | Matthew Leach <Matthew.Leach@arm.com> | Thu Nov 28 12:07:22 2013 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Nov 28 18:01:28 2013 +0000 |
tree | 302469b5e34be7776fd899945f16d81eac2beb62 | |
parent | b3bf6aa7e79117419f7eddccf0b7af4382d823c3 [diff] |
arm64: ptrace: fix compat registes get/set to be endian clean On a BE system the wrong half of the X registers is retrieved/written when attempting to get/set the value of aarch32 registers through ptrace. Ensure that types are the correct width so that the relevant casting occurs. Signed-off-by: Matthew Leach <matthew.leach@arm.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>