]> Git Repo - linux.git/commit
cpufreq: Remove references to 10ms min sampling rate
authorPierre Gondois <[email protected]>
Thu, 22 Feb 2024 15:34:15 +0000 (16:34 +0100)
committerRafael J. Wysocki <[email protected]>
Sat, 24 Feb 2024 14:02:33 +0000 (15:02 +0100)
commit88debc69754f7fe5186954941bb1cc4d744f4f25
treec8fb404f578fffc2c4b11bb1ea8f047632749bd7
parent1f4b7fdd71e066aa7c01e3e26ceeb39b47dd5461
cpufreq: Remove references to 10ms min sampling rate

A minimum sampling rate value of 10ms was introduced in:
commit cef9615a853e ("[CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case")

The use of this value was removed in:
commit ed4676e25463 ("cpufreq: Replace "max_transition_latency" with "dynamic_switching"")

Remove:
- a comment referencing this value
- an unused macro associated to this value

Signed-off-by: Pierre Gondois <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/cpufreq_ondemand.c
include/linux/cpufreq.h
This page took 0.066348 seconds and 4 git commands to generate.