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)
Sun, May 10, 4:16 AM
Unknown Object (File)
Sat, May 2, 10:57 PM
Unknown Object (File)
Wed, Apr 29, 6:11 PM
Unknown Object (File)
Wed, Apr 29, 1:27 PM
Unknown Object (File)
Wed, Apr 29, 1:22 PM
Unknown Object (File)
Wed, Apr 29, 2:15 AM
Unknown Object (File)
Tue, Apr 28, 7:07 PM
Unknown Object (File)
Tue, Apr 28, 7:03 PM
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