Skip to content

Commit

Permalink
[mellaonox]: No need enable thermal zones in thermal_manager.deinitia…
Browse files Browse the repository at this point in the history
…lize since they are enabled by default (#7556)

No need enable thermal zones in thermal_manager.deinitialize since they are enabled by default. And removing this will faster thermalctld exit speed
  • Loading branch information
Junchao-Mellanox authored May 8, 2021
1 parent 2803faf commit bfae15f
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ def initialize(cls):
"""
cls._add_private_thermal_policy()

@classmethod
def deinitialize(cls):
"""
Destroy thermal manager, including any vendor specific cleanup. The default behavior of this function
is a no-op.
:return:
"""
cls.start_thermal_control_algorithm()

@classmethod
def start_thermal_control_algorithm(cls):
"""
Expand Down

0 comments on commit bfae15f

Please sign in to comment.