Page MenuHomeFreeBSD

linuxkpi: Move {lower,upper}_32_bits macros to <linux/wordpart.h>
Needs ReviewPublic

Authored by dumbbell on Thu, Apr 16, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 12:56 PM
Unknown Object (File)
Sat, Apr 18, 7:49 AM
Unknown Object (File)
Sat, Apr 18, 6:12 AM
Unknown Object (File)
Sat, Apr 18, 6:12 AM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

... from <linux/compiler.h>.

<linux/wordpart.h> is the header defining them on Linux 6.12 (I didn't check older versions). <linux/wordpart.h> is also included from <linux/kernel.h>.

The DRM generic code started to depend on <linux/wordpart.h> in Linux 6.12.

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

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped