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, Jan 6, 2:14 AM
Unknown Object (File)
Nov 28 2024, 7:42 AM
Unknown Object (File)
Nov 28 2024, 7:42 AM
Unknown Object (File)
Nov 28 2024, 7:42 AM
Unknown Object (File)
Nov 28 2024, 7:19 AM
Unknown Object (File)
Nov 7 2024, 3:36 AM
Unknown Object (File)
Nov 1 2024, 12:42 AM
Unknown Object (File)
Sep 17 2024, 2:47 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