aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2023-01-30 20:02:19 +0100
committerRafael J. Wysocki <[email protected]>2023-02-02 15:40:39 +0100
commit86cb1004b6f71b2f79f5fb08502a5bd10c852bf5 (patch)
treef5ae7916f524461db0de0077e9bf4df56bac4ca0 /tools/perf/scripts
parent1aa4f925d80c44bd70442a8e94718fc921b8a55f (diff)
thermal: intel: intel_pch: Eliminate device operations object
The same device operations object is pointed to by all of the board configurations in the driver, so effectively the same operations callbacks are used by all of them which only adds overhead (that can be significant due to retpolines) for no real purpose. For this reason, drop the device operations object and replace the respective callback invocations by direct calls to the specific functions that were previously pointed to by callback pointers. No intentional change in behavior. Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Daniel Lezcano <[email protected]> Tested-by: Zhang Rui <[email protected]> Reviewed-by: Zhang Rui <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions