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

http://bugzilla.kernel.org/show_bug.cgi?id=4401

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by Venkatesh Pallipadi and committed by Len Brown 68ac7676 90158b83

-2
-2
drivers/acpi/processor_idle.c
··· 768 768 } 769 769 770 770 if (pr->flags.bm_check) { 771 - printk("Disabling BM access before entering C3\n"); 772 771 /* bus mastering control is necessary */ 773 772 if (!pr->flags.bm_control) { 774 773 ACPI_DEBUG_PRINT((ACPI_DB_INFO, ··· 775 776 return_VOID; 776 777 } 777 778 } else { 778 - printk("Invalidating cache before entering C3\n"); 779 779 /* 780 780 * WBINVD should be set in fadt, for C3 state to be 781 781 * supported on when bm_check is not required.