History log of /freebsd/sys/compat/linuxkpi/common/include/linux/minmax.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 07c7c41c 06-Jun-2024 Vladimir Kondratyev <wulf@FreeBSD.org>

LinuxKPI: Add min_not_zero() to linux/minmax.h

It returns the minimum that is not zero, except both equals to zero.

Sponsored by: Serenity Cyber Security, LLC
MFC after: 1 week
Reviewed by: bz, ema

LinuxKPI: Add min_not_zero() to linux/minmax.h

It returns the minimum that is not zero, except both equals to zero.

Sponsored by: Serenity Cyber Security, LLC
MFC after: 1 week
Reviewed by: bz, emaste, ssaxena
Differential Revision: https://reviews.freebsd.org/D45450
Differential Revision: https://reviews.freebsd.org/D45451

show more ...


# f79474c4 06-Jun-2024 Vladimir Kondratyev <wulf@FreeBSD.org>

LinuxKPI: Move linux/minmax.h content out of linux/kernel.h

To match Linux and allow direct linux/minmax.h inclusion.

Sponsored by: Serenity Cyber Security, LLC
MFC after: 1 week
Reviewed by: bz
Di

LinuxKPI: Move linux/minmax.h content out of linux/kernel.h

To match Linux and allow direct linux/minmax.h inclusion.

Sponsored by: Serenity Cyber Security, LLC
MFC after: 1 week
Reviewed by: bz
Differential Revision: https://reviews.freebsd.org/D45449

show more ...