Skip to content

Commit

Permalink
Remove unused temperature sensor ID for CPU cores
Browse files Browse the repository at this point in the history
Removed sensors:
CORE12, IPMI_SENSOR_ID 0xA9
CORE24, IPMI_SENSOR_ID 0xAE
CORE36, IPMI_SENSOR_ID 0xAF

Those sensors are just a left-over. All the other CPU core sensors
have already been removed previously.

Signed-off-by: Artem Senichev <a.senichev@yadro.com>
  • Loading branch information
Artem Senichev authored and AlexanderAmelkin committed Dec 26, 2018
1 parent e56f166 commit c994a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vesnin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11185,7 +11185,7 @@
</property>
<property>
<id>IPMI_SENSOR_ID</id>
<value>0xA9</value>
<value></value>
</property>
</globalSetting>
<globalSetting>
Expand Down Expand Up @@ -11827,7 +11827,7 @@
</property>
<property>
<id>IPMI_SENSOR_ID</id>
<value>0xAE</value>
<value></value>
</property>
</globalSetting>
<globalSetting>
Expand Down Expand Up @@ -12521,7 +12521,7 @@
</property>
<property>
<id>IPMI_SENSOR_ID</id>
<value>0xAF</value>
<value></value>
</property>
</globalSetting>
<globalSetting>
Expand Down

0 comments on commit c994a18

Please sign in to comment.