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)
May 2 2024, 6:21 AM
Unknown Object (File)
May 2 2024, 6:14 AM
Unknown Object (File)
May 2 2024, 4:23 AM
Unknown Object (File)
May 1 2024, 11:36 PM
Unknown Object (File)
Jan 19 2024, 2:50 PM
Unknown Object (File)
Jan 12 2024, 6:11 AM
Unknown Object (File)
Jan 3 2024, 2:05 AM
Unknown Object (File)
Sep 19 2023, 10:45 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