mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
Remove now useless IMC check to allow temperature reporting on more older CPUs
This commit is contained in:
parent
cf156adc4a
commit
740df34656
@ -27,9 +27,6 @@
|
||||
|
||||
int get_cpu_temperature(void)
|
||||
{
|
||||
if (imc_type == 0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Intel CPU
|
||||
if (cpuid_info.vendor_id.str[0] == 'G' && cpuid_info.max_cpuid >= 6) {
|
||||
|
Loading…
Reference in New Issue
Block a user