From: Mark Charlebois Date: Fri, 26 Sep 2014 23:31:05 +0000 (+0100) Subject: ARM: 8174/1: Use global stack register variable for percpu X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbd2da50db2111f6d055e3201c39a37e542ceb6;p=pandora-kernel.git ARM: 8174/1: Use global stack register variable for percpu Using global current_stack_pointer works on both clang and gcc. current_stack_pointer is an unsigned long and needs to be cast as a pointer to dereference. Signed-off-by: Mark Charlebois Signed-off-by: Behan Webster Signed-off-by: Russell King --- Reading git-diff-tree failed