ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace
authorRabin Vincent <rabin@rab.in>
Tue, 10 Aug 2010 18:52:35 +0000 (19:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 2 Sep 2010 14:28:43 +0000 (15:28 +0100)
Handle the different nop and call instructions for Thumb-2.  Also, we
need to adjust the recorded mcount_loc addresses because they have the
lsb set.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org> [recordmcount.pl change]
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found