• Dominik Brodowski's avatar
    [ACPI] remove unnecessary check in acpi-cpufreq driver · 987865cc
    Dominik Brodowski authored
    from Dominik Brodowski
    
    The acpi cpufreq driver includes a test at startup which detects whether
    ACPI P-States are supported on any CPU, and whether transitions work.
    However, this test is faulty: it is only run _after_ the acpi driver is
    registered, causing race situations. Also, it doesn't save anything _as_ the
    driver is already registered. So, it can safely be removed.
    987865cc
acpi.c 19.2 KB