Specify architecture for assembler

This commit is contained in:
gonzo 2012-08-15 07:00:34 +00:00
parent 2e17c6efe7
commit 781aafc3e5

View File

@ -26,6 +26,8 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
.arch armv7a
/* Issue a smc #0 call */
/* r0 and r1 contains the eventual arguments, r2 contains the function ID */
ENTRY(ti_smc0)