From: Catalin Marinas Date: Fri, 29 Aug 2014 15:08:02 +0000 (+0100) Subject: arm64: Add brackets around user_stack_pointer() X-Git-Tag: fixes-v3.17-rc4~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2520d039728b2a3c5ae7f79fe2a0e9d182855b12;p=pandora-kernel.git arm64: Add brackets around user_stack_pointer() Commit 5f888a1d33 (ARM64: perf: support dwarf unwinding in compat mode) changes user_stack_pointer() to return the compat SP for 32-bit tasks but without brackets around the whole definition, with possible issues on the call sites (noticed with a subsequent fix for KSTK_ESP). Fixes: 5f888a1d33c4 (ARM64: perf: support dwarf unwinding in compat mode) Reported-by: Sudeep Holla Cc: Signed-off-by: Catalin Marinas Signed-off-by: Will Deacon --- Reading git-diff-tree failed