ARM: move ftrace assembly code to separate file
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Oct 2014 13:26:48 +0000 (13:26 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Nov 2014 15:25:01 +0000 (15:25 +0000)
commit82112379b73c937576f40c99b4d93162343af6f9
tree52efb9d4ec5adc902753c57a4314ecabd8ba5a49
parent719c9d1489bad6ff26fa1f6a7e3f760935663398
ARM: move ftrace assembly code to separate file

The ftrace assembly code doesn't need to live in entry-common.S and
be surrounded with #ifdef CONFIG_FUNCTION_TRACER.  Instead, move it
to its own file and conditionally assemble it.

Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/Makefile
arch/arm/kernel/entry-common.S
arch/arm/kernel/entry-ftrace.S [new file with mode: 0644]