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

Commit 68ac7676 authored by Venkatesh Pallipadi's avatar Venkatesh Pallipadi Committed by Len Brown
Browse files

[ACPI] delete boot-time printk()s from processor_idle.c

parent 90158b83
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -768,7 +768,6 @@ static void acpi_processor_power_verify_c3(
	}

	if (pr->flags.bm_check) {
		printk("Disabling BM access before entering C3\n");
		/* bus mastering control is necessary */
		if (!pr->flags.bm_control) {
			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
@@ -776,7 +775,6 @@ static void acpi_processor_power_verify_c3(
			return_VOID;
		}
	} else {
		printk("Invalidating cache before entering C3\n");
		/*
		 * WBINVD should be set in fadt, for C3 state to be
		 * supported on when bm_check is not required.