mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 09:16:42 +07:00
38cb76a307
Fix the following build error by including limits.h -
utils/cpufreq-info.c: In function ‘get_latency’:
utils/cpufreq-info.c:437:29: error: ‘UINT_MAX’ undeclared (first use in
this function)
if (!latency || latency == UINT_MAX) {
^
Signed-off-by: Shreyas B. Prabhu <shreyas@linux.vnet.ibm.com>
Fixes:
|
||
---|---|---|
.. | ||
helpers | ||
idle_monitor | ||
builtin.h | ||
cpufreq-info.c | ||
cpufreq-set.c | ||
cpuidle-info.c | ||
cpuidle-set.c | ||
cpupower-info.c | ||
cpupower-set.c | ||
cpupower.c | ||
version-gen.sh |