summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
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/freescale
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/freescale')
-rw-r--r--sys/arm/freescale/imx/imx6_mp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arm/freescale/imx/imx6_mp.c b/sys/arm/freescale/imx/imx6_mp.c
index 7aa9aab..5ee5328 100644
--- a/sys/arm/freescale/imx/imx6_mp.c
+++ b/sys/arm/freescale/imx/imx6_mp.c
@@ -173,10 +173,3 @@ platform_mp_start_ap(void)
bus_space_unmap(fdtbus_bs_tag, scu, SCU_SIZE);
bus_space_unmap(fdtbus_bs_tag, src, SRC_SIZE);
}
-
-void
-platform_ipi_send(cpuset_t cpus, u_int ipi)
-{
-
- pic_ipi_send(cpus, ipi);
-}
OpenPOWER on IntegriCloud