summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2013-03-08 03:29:05 +0000
committerkientzle <kientzle@FreeBSD.org>2013-03-08 03:29:05 +0000
commitac59206acfdd9f611aea30d00816ffca9f8011b2 (patch)
tree8eb891d0e23dddcd7160d02d8c192bf219956395
parent281d1157a14218414e773086b47c81754114b42a (diff)
downloadFreeBSD-src-ac59206acfdd9f611aea30d00816ffca9f8011b2.zip
FreeBSD-src-ac59206acfdd9f611aea30d00816ffca9f8011b2.tar.gz
This file is specific to arm11x6 processors, so tell the
assembler it's okay to use arm11x6 instructions.
-rw-r--r--sys/arm/arm/cpufunc_asm_arm11x6.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/arm/cpufunc_asm_arm11x6.S b/sys/arm/arm/cpufunc_asm_arm11x6.S
index fc9b7ec..e223208 100644
--- a/sys/arm/arm/cpufunc_asm_arm11x6.S
+++ b/sys/arm/arm/cpufunc_asm_arm11x6.S
@@ -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 */
OpenPOWER on IntegriCloud