History log of /freebsd/sys/compat/linuxkpi/common/include/linux/const.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 72a6197d 17-Jun-2026 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>

linuxkpi: Define `ULL()`

It simply appends "ULL" to its argument.

The amdgpu DRM driver used it at some point in the development cycle of
Linux 6.14 but the use case was dropped later. Let's still

linuxkpi: Define `ULL()`

It simply appends "ULL" to its argument.

The amdgpu DRM driver used it at some point in the development cycle of
Linux 6.14 but the use case was dropped later. Let's still add it to
linuxkpi because it will help if we need to do a git bisect in drm-kmod.

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57703

show more ...