aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-02-25 20:48:23 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-02-25 20:48:23 +0000
commit243b36c3216264c7a76905cd6c5a30ae16ab558e (patch)
tree06db8ffffc7c7c476e0a25fdd88eb13bf1180ddc /sys/arm/mv
parentdd03610a2eda7b27a918ffcbc451394d409d7ef3 (diff)
downloadsrc-243b36c3216264c7a76905cd6c5a30ae16ab558e.tar.gz
src-243b36c3216264c7a76905cd6c5a30ae16ab558e.zip
Remove platform_ipi_send, it's an unneeded as all implementations are
identical. Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=296066
Diffstat (limited to 'sys/arm/mv')
-rw-r--r--sys/arm/mv/armada38x/armada38x_mp.c7
-rw-r--r--sys/arm/mv/armadaxp/armadaxp_mp.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/sys/arm/mv/armada38x/armada38x_mp.c b/sys/arm/mv/armada38x/armada38x_mp.c
index 75a8c9b92654..8c8e7ae75646 100644
--- a/sys/arm/mv/armada38x/armada38x_mp.c
+++ b/sys/arm/mv/armada38x/armada38x_mp.c
@@ -157,10 +157,3 @@ platform_mp_start_ap(void)
/* Release CPU1 from reset */
cpu_reset_deassert();
}
-
-void
-platform_ipi_send(cpuset_t cpus, u_int ipi)
-{
-
- pic_ipi_send(cpus, ipi);
-}
diff --git a/sys/arm/mv/armadaxp/armadaxp_mp.c b/sys/arm/mv/armadaxp/armadaxp_mp.c
index 52f35084a4bd..0358d11bd3e9 100644
--- a/sys/arm/mv/armadaxp/armadaxp_mp.c
+++ b/sys/arm/mv/armadaxp/armadaxp_mp.c
@@ -186,10 +186,3 @@ platform_mp_start_ap(void)
armadaxp_init_coher_fabric();
}
-
-void
-platform_ipi_send(cpuset_t cpus, u_int ipi)
-{
-
- pic_ipi_send(cpus, ipi);
-}