diff options
Diffstat (limited to 'sys/arm/altera/socfpga/socfpga_mp.c')
-rw-r--r-- | sys/arm/altera/socfpga/socfpga_mp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c index e057eb3..aab689d 100644 --- a/sys/arm/altera/socfpga/socfpga_mp.c +++ b/sys/arm/altera/socfpga/socfpga_mp.c @@ -174,10 +174,3 @@ platform_mp_start_ap(void) bus_space_unmap(fdtbus_bs_tag, rst, RSTMGR_SIZE); bus_space_unmap(fdtbus_bs_tag, ram, RAM_SIZE); } - -void -platform_ipi_send(cpuset_t cpus, u_int ipi) -{ - - pic_ipi_send(cpus, ipi); -} |