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)
Dec 5 2024, 11:03 AM
Unknown Object (File)
Nov 21 2024, 1:20 PM
Unknown Object (File)
Nov 7 2024, 1:41 AM
Unknown Object (File)
Nov 6 2024, 1:58 PM
Unknown Object (File)
Oct 27 2024, 4:14 PM
Unknown Object (File)
Oct 21 2024, 4:10 PM
Unknown Object (File)
Oct 1 2024, 12:59 PM
Unknown Object (File)
Sep 27 2024, 4:40 PM
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.