From: Matthew Leach Date: Thu, 28 Nov 2013 12:07:22 +0000 (+0000) Subject: arm64: ptrace: fix compat registes get/set to be endian clean X-Git-Tag: v3.13-rc2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2e5e521c333a0b56cb60dc5587e3f90859c5e7;p=pandora-kernel.git 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 Reviewed-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed