arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link
authorWill Deacon <will.deacon@arm.com>
Wed, 6 Feb 2013 11:42:23 +0000 (11:42 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 11 Feb 2013 12:39:16 +0000 (12:39 +0000)
struct compat_ucontext * is a 64-bit pointer, so we need to use a
compat_uptr_t instead to avoid declaring a structure incompatible with
what AArch32 userspace expects.

Cc: <stable@vger.kernel.org>
Reported-by: Edmund Grimley-Evans <Edmund.Grimley-Evans@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found