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)
Fri, Nov 1, 12:42 AM
Unknown Object (File)
Sep 17 2024, 2:47 PM
Unknown Object (File)
Sep 17 2024, 10:51 AM
Unknown Object (File)
Sep 16 2024, 8:58 PM
Unknown Object (File)
Sep 15 2024, 9:59 PM
Unknown Object (File)
Sep 6 2024, 6:24 AM
Unknown Object (File)
Sep 4 2024, 11:24 AM
Unknown Object (File)
Sep 1 2024, 3:19 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