aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/cpufunc.c
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2016-01-31 15:36:13 +0000
committerMichal Meloun <mmel@FreeBSD.org>2016-01-31 15:36:13 +0000
commit0d87509689013354c7eb9f6a943e22628324f62f (patch)
treec9da9942936f3d149331f24f08fc741a5a97ce5b /sys/arm/arm/cpufunc.c
parent0e872751df59359d7f626801ab3ae512d62f59b2 (diff)
downloadsrc-0d87509689013354c7eb9f6a943e22628324f62f.tar.gz
src-0d87509689013354c7eb9f6a943e22628324f62f.zip
ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,
delete them.
Notes
Notes: svn path=/head/; revision=295095
Diffstat (limited to 'sys/arm/arm/cpufunc.c')
-rw-r--r--sys/arm/arm/cpufunc.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c
index a08008365542..aaf6040beefa 100644
--- a/sys/arm/arm/cpufunc.c
+++ b/sys/arm/arm/cpufunc.c
@@ -148,8 +148,6 @@ struct cpu_functions arm9_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
(void *)cpufunc_nullop, /* sleep */
@@ -210,8 +208,6 @@ struct cpu_functions armv5_ec_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
(void *)cpufunc_nullop, /* sleep */
@@ -270,8 +266,6 @@ struct cpu_functions sheeva_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
sheeva_cpu_sleep, /* sleep */
@@ -330,8 +324,6 @@ struct cpu_functions pj4bv7_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv7_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
(void *)cpufunc_nullop, /* sleep */
@@ -392,8 +384,6 @@ struct cpu_functions xscale_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
xscale_cpu_sleep, /* sleep */
@@ -454,8 +444,6 @@ struct cpu_functions xscalec3_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
xscale_cpu_sleep, /* sleep */
@@ -515,8 +503,6 @@ struct cpu_functions fa526_cpufuncs = {
fa526_flush_prefetchbuf, /* flush_prefetchbuf */
armv4_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- fa526_flush_brnchtgt_E, /* flush_brnchtgt_E */
fa526_cpu_sleep, /* sleep */
@@ -577,8 +563,6 @@ struct cpu_functions arm1176_cpufuncs = {
arm11x6_flush_prefetchbuf, /* flush_prefetchbuf */
arm11_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
arm11x6_sleep, /* sleep */
@@ -646,8 +630,6 @@ struct cpu_functions cortexa_cpufuncs = {
cpufunc_nullop, /* flush_prefetchbuf */
armv7_drain_writebuf, /* drain_writebuf */
- cpufunc_nullop, /* flush_brnchtgt_C */
- (void *)cpufunc_nullop, /* flush_brnchtgt_E */
armv7_cpu_sleep, /* sleep */