commit | fd8798bbc652f3fb234de9bceb36c62ea56a08d3 | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Mar 08 07:20:18 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | d51b458bf87b6649851170c418bedb60ef1228d9 | |
parent | 2fd2bc98ab44e1d052b9b5e110a82ce7509691bb [diff] |
armv7: add appropriate headers for assembly functions Use ENTRY and ENDPROC with assembly functions to ensure necessary assembler directives for all functions. Signed-off-by: Aneesh V <aneesh@ti.com> Acked-by: Mike Frysinger <vapier@gentoo.org>