Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 19:23:52 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275524 - head/sys/arm/ti
Message-ID:  <201412051923.sB5JNqFn093357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051923.sB5JNqFn093357>