History log of /freebsd/sys/compat/linuxkpi/common/include/linux/bits.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 47e1ca7f 22-Apr-2026 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>

linuxkpi: Move `GENMASK()` to <linux/bits.h>

... from <linux/bitops.h>.

This matches the location on Linux.

<linux/bits.h> is also included from <linux/bitops.h>. Therefore it will
not break anyth

linuxkpi: Move `GENMASK()` to <linux/bits.h>

... from <linux/bitops.h>.

This matches the location on Linux.

<linux/bits.h> is also included from <linux/bitops.h>. Therefore it will
not break anything.

Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56584

show more ...