summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-25 20:48:23 +0000
committerandrew <andrew@FreeBSD.org>2016-02-25 20:48:23 +0000
commit5571950d430931b2010aa4c1a1acba1791d2d118 (patch)
tree06db8ffffc7c7c476e0a25fdd88eb13bf1180ddc /sys/arm/mv
parent5823651ad2a9baea0eec67d4f401192c75d94318 (diff)
downloadFreeBSD-src-5571950d430931b2010aa4c1a1acba1791d2d118.zip
FreeBSD-src-5571950d430931b2010aa4c1a1acba1791d2d118.tar.gz
Remove platform_ipi_send, it's an unneeded as all implementations are
identical. Sponsored by: ABT Systems Ltd
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 75a8c9b..8c8e7ae 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 52f3508..0358d11 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);
-}
OpenPOWER on IntegriCloud