Remove now useless IMC check to allow temperature reporting on more older CPUs

This commit is contained in:
Sam Demeulemeester 2022-07-23 23:59:49 +02:00
parent cf156adc4a
commit 740df34656

View File

@ -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) {