Page MenuHomeFreeBSD

LinuxKPI: implement cpumask_of()
ClosedPublic

Authored by bz on Oct 31 2022, 2:39 PM.
Tags
None
Referenced Files
F108480051: D37223.diff
Sat, Jan 25, 8:57 AM
F108416856: D37223.diff
Fri, Jan 24, 3:04 PM
Unknown Object (File)
Tue, Jan 21, 9:57 PM
Unknown Object (File)
Sun, Dec 29, 4:56 AM
Unknown Object (File)
Nov 30 2024, 5:13 AM
Unknown Object (File)
Nov 22 2024, 4:15 PM
Unknown Object (File)
Nov 14 2024, 4:28 AM
Unknown Object (File)
Nov 14 2024, 2:31 AM
Subscribers

Details

Summary

Add a static set of cpumasks for all (possible) cpus with only the one
indexed cpu enabled in each set.
This is needed for cpumask_of(_cpuid) which returns a cpumask (cpuset)
with only cpu _cpuid enabled and is used by one wireless driver at least.

MFC after: 3 days

Diff Detail

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

Event Timeline

bz requested review of this revision.Oct 31 2022, 2:39 PM

IMO this ought to have a brief comment somewhere explaining the pregenerated masks.

This revision is now accepted and ready to land.Oct 31 2022, 4:14 PM

Add a comment for when generating these 1-CPU masks.

This revision now requires review to proceed.Nov 7 2022, 1:13 PM
This revision is now accepted and ready to land.Nov 7 2022, 3:34 PM
This revision was automatically updated to reflect the committed changes.