From: Will Deacon Date: Fri, 23 Nov 2012 11:01:04 +0000 (+0000) Subject: arm64: signal: return struct rt_sigframe from get_sigframe X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~65^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64e1c6139c5007b7773b0ce416ef9ea035e8724;p=pandora-kernel.git arm64: signal: return struct rt_sigframe from get_sigframe We only have one type of frame (rt_sigframe) for arm64, so just return that type directly and dispense with the framesize argument, which is presumably a hangover from code copied from arch/arm/. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed