Author: kientzle
Date: Fri Mar  8 03:29:05 2013
New Revision: 248028
URL: http://svnweb.freebsd.org/changeset/base/248028

Log:
  This file is specific to arm11x6 processors, so tell the
  assembler it's okay to use arm11x6 instructions.

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 Mar  8 02:40:07 2013        
(r248027)
+++ head/sys/arm/arm/cpufunc_asm_arm11x6.S      Fri Mar  8 03:29:05 2013        
(r248028)
@@ -62,6 +62,8 @@
 #include <machine/asm.h>
 __FBSDID("$FreeBSD$");
 
+       .cpu arm1136js
+
 #if 0
 #define Invalidate_I_cache(Rtmp1, Rtmp2) \
        mcr     p15, 0, Rtmp1, c7, c5, 0        /* Invalidate Entire I cache */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to