summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2016-02-02 10:50:32 +0000
committermmel <mmel@FreeBSD.org>2016-02-02 10:50:32 +0000
commit7e1c03eb21e331df8f1351de93f84e377f7a6435 (patch)
treef7dc024df7a3b113359d16bf45d4a4118e23c49f /sys/arm/include
parentc2491870ac4a7747285b738c2ae6d9f6d6cba437 (diff)
downloadFreeBSD-src-7e1c03eb21e331df8f1351de93f84e377f7a6435.zip
FreeBSD-src-7e1c03eb21e331df8f1351de93f84e377f7a6435.tar.gz
ARM: Remove last unused function, cpu_flush_prefetchbuf(),
from cpu_functions table.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/cpufunc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h
index 48d1c00..b56d1c2 100644
--- a/sys/arm/include/cpufunc.h
+++ b/sys/arm/include/cpufunc.h
@@ -149,7 +149,6 @@ struct cpu_functions {
/* Other functions */
- void (*cf_flush_prefetchbuf) (void);
void (*cf_drain_writebuf) (void);
void (*cf_sleep) (int mode);
@@ -191,7 +190,6 @@ extern u_int cputype;
#define cpu_l2cache_wbinv_range(a, s) cpufuncs.cf_l2cache_wbinv_range((a), (s))
#define cpu_l2cache_drain_writebuf() cpufuncs.cf_l2cache_drain_writebuf()
-#define cpu_flush_prefetchbuf() cpufuncs.cf_flush_prefetchbuf()
#define cpu_drain_writebuf() cpufuncs.cf_drain_writebuf()
#define cpu_sleep(m) cpufuncs.cf_sleep(m)
@@ -215,7 +213,6 @@ void fa526_setttb (u_int ttb);
void fa526_context_switch (void);
void fa526_cpu_sleep (int);
void fa526_tlb_flushID_SE (u_int);
-void fa526_flush_prefetchbuf (void);
void fa526_icache_sync_all (void);
void fa526_icache_sync_range(vm_offset_t start, vm_size_t end);
@@ -327,7 +324,6 @@ void arm11x6_setttb (u_int);
void arm11x6_idcache_wbinv_all (void);
void arm11x6_dcache_wbinv_all (void);
void arm11x6_icache_sync_all (void);
-void arm11x6_flush_prefetchbuf (void);
void arm11x6_icache_sync_range (vm_offset_t, vm_size_t);
void arm11x6_idcache_wbinv_range (vm_offset_t, vm_size_t);
void arm11x6_setup (void);
OpenPOWER on IntegriCloud