Page MenuHomeFreeBSD

linuxkpi: Add dummy <linux/cpufeature.h>
ClosedPublic

Authored by dumbbell on Mar 15 2025, 11:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 3:00 AM
Unknown Object (File)
Thu, Oct 2, 2:15 AM
Unknown Object (File)
Thu, Sep 25, 7:44 PM
Unknown Object (File)
Tue, Sep 23, 11:36 PM
Unknown Object (File)
Sun, Sep 21, 5:20 PM
Unknown Object (File)
Sat, Sep 20, 11:58 PM
Unknown Object (File)
Wed, Sep 17, 8:25 AM
Unknown Object (File)
Wed, Sep 17, 2:03 AM
Subscribers

Details

Summary

This is part of the update of DRM drivers to Linux 6.8.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

OK, or we could just have the header guards.

Is there some content that we've put elsewhere that should instead be here?

This revision is now accepted and ready to land.Mar 15 2025, 12:23 PM

No, I didn’t find definitions elsewhere that should belong to this header.

Good idea, I will move this header to its regular place, add guards, but also includes that Linux has, just to make sure that the namespace is correctly populated/polluted.

This revision was automatically updated to reflect the committed changes.