From: Drew Richardson Date: Thu, 6 Aug 2015 17:50:27 +0000 (+0100) Subject: ARM: 8409/1: Mark ret_fast_syscall as a function X-Git-Tag: omap-for-v4.3/fixes-merge-window~101^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83dd3770021910293edea6fb2dc2fa306b1bf34;p=pandora-kernel.git ARM: 8409/1: Mark ret_fast_syscall as a function ret_fast_syscall runs when user space makes a syscall. However it needs to be marked as such so the ELF information is correct. Before it was: 101: 8000f300 0 NOTYPE LOCAL DEFAULT 2 ret_fast_syscall But with this change it correctly shows as: 101: 8000f300 96 FUNC LOCAL DEFAULT 2 ret_fast_syscall I see this function when using perf to unwind call stacks from kernel space to user space. Without this change I would need to add some special case logic when using the vmlinux ELF information. Signed-off-by: Drew Richardson Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed