summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2014-05-25 19:19:41 +0000
committerzbb <zbb@FreeBSD.org>2014-05-25 19:19:41 +0000
commitd12760a6c6c9d07a37d079b6cec2aa720fe13b8b (patch)
tree65756fe1ff800ea1ba10bbcd1b963b21bd0b4a94 /sys/arm/include
parent91f916d87421170a1b4c4959d745f4c7e87746ee (diff)
downloadFreeBSD-src-d12760a6c6c9d07a37d079b6cec2aa720fe13b8b.zip
FreeBSD-src-d12760a6c6c9d07a37d079b6cec2aa720fe13b8b.tar.gz
Delete obsolete and unused PJ4B CPU functions
Since PJ4Bv7 uses armv7_ CPU functions only pj4b_config function is necessary. Remove obsolete routines.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/cpufunc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h
index 16887b0..e66e7a3 100644
--- a/sys/arm/include/cpufunc.h
+++ b/sys/arm/include/cpufunc.h
@@ -391,13 +391,6 @@ void arm11_tlb_flushD_SE (u_int va);
void arm11_drain_writebuf (void);
-void pj4b_setttb (u_int);
-
-void pj4b_drain_readbuf (void);
-void pj4b_flush_brnchtgt_all (void);
-void pj4b_flush_brnchtgt_va (u_int);
-void pj4b_sleep (int);
-
void armv6_icache_sync_all (void);
void armv6_icache_sync_range (vm_offset_t, vm_size_t);
@@ -432,8 +425,6 @@ u_int armv7_auxctrl (u_int, u_int);
void pj4bv7_setup (char *string);
void pj4b_config (void);
-int get_core_id (void);
-
void armadaxp_idcache_wbinv_all (void);
void cortexa_setup (char *);
OpenPOWER on IntegriCloud