| 172 | } |
| 173 | |
| 174 | void |
| 175 | platform_ipi_send(int cpuid) |
| 176 | { |
| 177 | |
| 178 | mips_sync(); /* Ordering, liveness. */ |
| 179 | |
| 180 | beripic_send_ipi(picmap[cpuid], cpuid); |
| 181 | } |
| 182 | |
| 183 | void |
| 184 | platform_ipi_clear(void) |
nothing calls this directly
no test coverage detected