Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee297533 authored by Yinghai Lu's avatar Yinghai Lu Committed by Len Brown
Browse files

ACPI: don't load acpi_cpufreq if acpi=off

parent 3fa8749e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -779,6 +779,9 @@ static int __init acpi_cpufreq_init(void)
{
	int ret;

	if (acpi_disabled)
		return 0;

	dprintk("acpi_cpufreq_init\n");

	ret = acpi_cpufreq_early_init();