Page MenuHomeFreeBSD

LinuxKPI: add cpu.h for cpumask_*()
ClosedPublic

Authored by bz on May 24 2021, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 12:28 AM
Unknown Object (File)
Dec 20 2023, 7:57 AM
Unknown Object (File)
Dec 14 2023, 10:26 PM
Unknown Object (File)
Dec 13 2023, 4:04 AM
Unknown Object (File)
Nov 30 2023, 7:04 AM
Unknown Object (File)
May 27 2023, 9:14 AM
Unknown Object (File)
Apr 5 2023, 8:18 AM
Unknown Object (File)
Apr 5 2023, 8:17 AM
Subscribers

Details

Summary

Add linux/cpu.h for cpumask_*() functions found in wireless drivers
and make sure cpu_online_mask is always initialised.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by:
Differential Revision:

Diff Detail

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

Event Timeline

bz requested review of this revision.May 24 2021, 6:16 PM
This revision is now accepted and ready to land.May 24 2021, 7:27 PM

@manu this also breaks drm-kmod for "linuxkpi/dummy/include/linux/cpu.h"

In D30421#683973, @bz wrote:

@manu this also breaks drm-kmod for "linuxkpi/dummy/include/linux/cpu.h"

How does that break exactly ?

This revision was automatically updated to reflect the committed changes.