]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Use SIZE_MAX instead of (long int)-1 for tunable range value
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 3 Feb 2021 14:33:19 +0000 (20:03 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 10 Feb 2021 13:44:05 +0000 (19:14 +0530)
commit905fdc7071638612027739d74d63fc91debb0325
tree43934bdd1c774187fa3dca166fef6b29341a9626
parent15afd6b8d8263010ed41bca09e62fefec1b7b3f8
x86: Use SIZE_MAX instead of (long int)-1 for tunable range value

The tunable types are SIZE_T, so set the ranges to the correct maximum
value, i.e. SIZE_MAX.

(cherry picked from commit a1b8b06a55c1ee581d5ef860cec214b0c27a66f0)
sysdeps/x86/dl-cacheinfo.h