> Function mips64_send_ipi() will block if the target core has a pending
> IPI request. This will degrade performance in a system that has more
> than a few cores and where there is a heavy IPI load.
>
> The blocking can be avoided by coalescing requests. The mips64 code
> should handle this just
Function mips64_send_ipi() will block if the target core has a pending
IPI request. This will degrade performance in a system that has more
than a few cores and where there is a heavy IPI load.
The blocking can be avoided by coalescing requests. The mips64 code
should handle this just fine. The on