ARM: 6511/1: ftrace: add ARM support for C version of recordmcount
authorRabin Vincent <rabin@rab.in>
Tue, 30 Nov 2010 16:36:48 +0000 (17:36 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Dec 2010 11:30:27 +0000 (11:30 +0000)
Depending on the compiler version, ARM GCC calls the mcount function
either __gnu_mcount_nc or mcount.

Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found