Linus Torvalds cb04e8b1d2 minmax: don't use max() in situations that want a C constant expression
We only had a couple of array[] declarations, and changing them to just
use 'MAX()' instead of 'max()' fixes the issue.

This will allow us to simplify our min/max macros enormously, since they
can now unconditionally use temporary variables to avoid using the
argument values multiple times.

Cc: David Laight <David.Laight@aculab.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-07-28 20:23:27 -07:00
..
2024-07-16 14:24:29 -07:00
2024-07-12 16:39:53 -07:00
2024-05-21 15:29:01 -07:00
2024-06-25 17:15:06 -07:00
2024-05-22 11:53:02 -07:00
2024-07-16 17:42:14 -07:00
2024-07-04 23:43:10 -07:00
2024-06-10 11:14:52 +01:00