Page MenuHomeFreeBSD

powerpc: Rework IPI message processing
ClosedPublic

Authored by jhibbits on Apr 28 2021, 1:36 AM.
Tags
None
Referenced Files
F161022085: D30018.id89352.diff
Mon, Jun 29, 10:20 PM
Unknown Object (File)
Sat, Jun 27, 1:58 AM
Unknown Object (File)
Fri, Jun 26, 4:20 PM
Unknown Object (File)
Thu, Jun 25, 8:12 AM
Unknown Object (File)
Wed, Jun 24, 1:12 PM
Unknown Object (File)
Sun, Jun 21, 6:28 PM
Unknown Object (File)
Fri, Jun 19, 8:34 PM
Unknown Object (File)
Fri, Jun 19, 3:39 AM
Subscribers

Details

Summary

There's no need to use a while loop in the IPI handler, the message list
is cached once and processed. Instead, since the existing code calls
ffs(), sort the handlers, and use a simple 'if' sequence.

Test Plan

Boot a SMP PowerPC system

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good to me, assuming it works anyway.

sys/powerpc/powerpc/mp_machdep.c
323

There's no switch anymore here.

This revision is now accepted and ready to land.May 7 2021, 2:08 PM
This revision was automatically updated to reflect the committed changes.