diff options
-rw-r--r-- | drivers/acpi/processor_idle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 3702725db97a..fd5458947851 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -768,7 +768,6 @@ static void acpi_processor_power_verify_c3( | |||
768 | } | 768 | } |
769 | 769 | ||
770 | if (pr->flags.bm_check) { | 770 | if (pr->flags.bm_check) { |
771 | printk("Disabling BM access before entering C3\n"); | ||
772 | /* bus mastering control is necessary */ | 771 | /* bus mastering control is necessary */ |
773 | if (!pr->flags.bm_control) { | 772 | if (!pr->flags.bm_control) { |
774 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, | 773 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, |
@@ -776,7 +775,6 @@ static void acpi_processor_power_verify_c3( | |||
776 | return_VOID; | 775 | return_VOID; |
777 | } | 776 | } |
778 | } else { | 777 | } else { |
779 | printk("Invalidating cache before entering C3\n"); | ||
780 | /* | 778 | /* |
781 | * WBINVD should be set in fadt, for C3 state to be | 779 | * WBINVD should be set in fadt, for C3 state to be |
782 | * supported on when bm_check is not required. | 780 | * supported on when bm_check is not required. |