From: Rabin Vincent Date: Tue, 10 Aug 2010 18:33:52 +0000 (+0100) Subject: ARM: 6315/1: ftrace: add ENDPROC annotations X-Git-Tag: v2.6.37-rc1~184^2~7^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fa62fa5dff0e2e06491dd99c429adb137f299b;p=pandora-kernel.git ARM: 6315/1: ftrace: add ENDPROC annotations When building as Thumb-2, the ".type foo, %function" annotation in ENDPROC seems to be required in order for the assembly routines to be recognized as Thumb-2 code. If the ENDPROC annotations are not present, calls to these routines are generated as BLX instead of BL. Acked-by: Catalin Marinas Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed