ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h 54/110954/1
authorBehan Webster <behanw@converseincode.com>
Wed, 24 Sep 2014 00:06:46 +0000 (01:06 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 19 Jan 2017 03:27:17 +0000 (12:27 +0900)
commit6a979e7a67f48e31e1dc8f6236d5c3180c8bcd54
treedf4f78b3775cd80dff5b78698238aae081cbd79a
parent138bf1c8e4987847509f496b0c63fa4d8c1d0cc3
ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h

With compilers which follow the C99 standard (like modern versions of gcc and
clang), "extern inline" does the wrong thing (emits code for an externally
linkable version of the inline function). In this case using static inline
and removing the NULL version of return_address in return_address.c does
the right thing.

Signed-off-by: Behan Webster <behanw@converseincode.com>
Reviewed-by: Mark Charlebois <charlebm@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Change-Id: Ia248e544cb8585fa7bfab5df3b4f3fca3089ab0c
arch/arm/include/asm/ftrace.h
arch/arm/kernel/return_address.c