Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 19:19:18 +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: r275523 - head/sys/arm/arm
Message-ID:  <201412051919.sB5JJIK8089362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Fri Dec  5 19:19:17 2014
New Revision: 275523
URL: https://svnweb.freebsd.org/changeset/base/275523

Log:
  Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" is
  unsupported as it needs a newer cpu.
  
  MFC after:	1 week
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/arm/cpufunc_asm_arm11x6.S

Modified: head/sys/arm/arm/cpufunc_asm_arm11x6.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm_arm11x6.S	Fri Dec  5 19:14:05 2014	(r275522)
+++ head/sys/arm/arm/cpufunc_asm_arm11x6.S	Fri Dec  5 19:19:17 2014	(r275523)
@@ -62,7 +62,7 @@
 #include <machine/asm.h>
 __FBSDID("$FreeBSD$");
 
-	.cpu arm1136js
+	.cpu arm1176jz-s
 
 #if 0
 #define Invalidate_I_cache(Rtmp1, Rtmp2) \



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