Page MenuHomeFreeBSD

Limit the number of CPUs in the gicv1/2 driver
ClosedPublic

Authored by andrew on Aug 4 2023, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 11:38 AM
Unknown Object (File)
Mon, Mar 23, 12:00 AM
Unknown Object (File)
Wed, Mar 18, 2:57 AM
Unknown Object (File)
Mon, Mar 16, 4:47 PM
Unknown Object (File)
Sun, Mar 15, 9:45 AM
Unknown Object (File)
Feb 20 2026, 11:25 PM
Unknown Object (File)
Feb 20 2026, 11:25 PM
Unknown Object (File)
Feb 20 2026, 10:20 AM
Subscribers

Details

Summary

The GICv2 can only send IPIs to 8 CPUs. Because of this it should only
be in machines with no more than 8 cores.

Create a new macro to hold this limit to reduce the size of the softc.

Sponsored by: Arm Ltd

Diff Detail

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