summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/armadaxp
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/armadaxp
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/armadaxp')
-rw-r--r--sys/arm/mv/armadaxp/armadaxp_mp.c7
1 files changed, 0 insertions, 7 deletions
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