From: Will Deacon Date: Wed, 6 Feb 2013 11:42:23 +0000 (+0000) Subject: arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link X-Git-Tag: v3.9-rc1~141^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e01d5d8f15c085236df184e5bc3d79a8b700cd;p=pandora-kernel.git arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link 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: Reported-by: Edmund Grimley-Evans Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed