svn commit: r275524 - head/sys/arm/ti
Andrew Turner
andrew at FreeBSD.org
Fri Dec 5 19:23:52 UTC 2014
Author: andrew
Date: Fri Dec 5 19:23:51 2014
New Revision: 275524
URL: https://svnweb.freebsd.org/changeset/base/275524
Log:
Switch to a .cpu directive. These will work when clang 3.5 is imported
where the .arch directive is a nop.
MFC after: 1 week
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/ti/ti_smc.S
Modified: head/sys/arm/ti/ti_smc.S
==============================================================================
--- head/sys/arm/ti/ti_smc.S Fri Dec 5 19:19:17 2014 (r275523)
+++ head/sys/arm/ti/ti_smc.S Fri Dec 5 19:23:51 2014 (r275524)
@@ -26,7 +26,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
- .arch armv7a
+ .cpu cortex-a8
.arch_extension sec
/* Issue a smc #0 call */
More information about the svn-src-head
mailing list