aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/cpufunc.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-03-29 21:12:59 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-03-29 21:12:59 +0000
commit930798f3a15a792ac7ec1e2f5d8e92b191723d55 (patch)
tree67d03a51dd5bbc3eb931641b15732af127bcf51c /sys/arm/include/cpufunc.h
parent9a25f3e84714fd200a6757b895dcbecdff891b61 (diff)
downloadsrc-930798f3a15a792ac7ec1e2f5d8e92b191723d55.tar.gz
src-930798f3a15a792ac7ec1e2f5d8e92b191723d55.zip
Remove arm1136 support. We don't have any configs that use it, and I don't
expect us to add support for any more arm11 SoCs.
Notes
Notes: svn path=/head/; revision=280824
Diffstat (limited to 'sys/arm/include/cpufunc.h')
-rw-r--r--sys/arm/include/cpufunc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h
index 0ea26df953b9..1fe3661a56b4 100644
--- a/sys/arm/include/cpufunc.h
+++ b/sys/arm/include/cpufunc.h
@@ -386,7 +386,7 @@ void armadaxp_idcache_wbinv_all (void);
void cortexa_setup (void);
#endif
-#if defined(CPU_ARM1136) || defined(CPU_ARM1176)
+#if defined(CPU_ARM1176)
void arm11_tlb_flushID (void);
void arm11_tlb_flushID_SE (u_int);
void arm11_tlb_flushI (void);
@@ -414,10 +414,6 @@ void arm11x6_idcache_wbinv_range (vm_offset_t, vm_size_t);
void arm11x6_setup (void);
void arm11x6_sleep (int); /* no ref. for errata */
#endif
-#if defined(CPU_ARM1136)
-void arm11_sleep (int);
-void arm1136_sleep_rev0 (int); /* for errata 336501 */
-#endif
#if defined(CPU_ARM9E)
void armv5_ec_setttb(u_int);