summaryrefslogtreecommitdiffstats
path: root/sys/arm/qemu
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/qemu
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/qemu')
-rw-r--r--sys/arm/qemu/virt_mp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/arm/qemu/virt_mp.c b/sys/arm/qemu/virt_mp.c
index 46d7632..d3e868e 100644
--- a/sys/arm/qemu/virt_mp.c
+++ b/sys/arm/qemu/virt_mp.c
@@ -103,11 +103,5 @@ platform_mp_init_secondary(void)
{
intr_pic_init_secondary();
-}
-
-void
-platform_ipi_send(cpuset_t cpus, u_int ipi)
-{
-
pic_ipi_send(cpus, ipi);
}
OpenPOWER on IntegriCloud