diff options
author | Gautham R. Shenoy <[email protected]> | 2024-04-25 16:07:54 +0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2024-04-26 19:35:38 +0200 |
commit | 3cbbe8871a2fb8f454e740f3e04ff2e29b573abe (patch) | |
tree | 35d7597bb11235dc9dc2f4c18502ed9e6171cafa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5547c0ebfc2efdab6ee93a7fd4d9c411ad87013e (diff) |
cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()
amd_get_{min,max,nominal,lowest_nonlinear}_freq() functions merely
return cpudata->{min,max,nominal,lowest_nonlinear}_freq values.
There is no loss in readability in replacing their invocations by
accesses to the corresponding members of cpudata.
Do so and remove these helper functions.
Acked-by: Huang Rui <[email protected]>
Reviewed-by: Li Meng <[email protected]>
Tested-by: Dhananjay Ugwekar <[email protected]>
Signed-off-by: Gautham R. Shenoy <[email protected]>
Signed-off-by: Perry Yuan <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions