diff options
author | Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | 2005-04-25 14:38:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-29 22:10:09 -0400 |
commit | 68ac767686fd72f37a25bb4895fb4ab0080ba755 (patch) | |
tree | 08a90a73c7b295e9f810607dbc060972a67a9e2a /drivers/acpi | |
parent | 90158b83204842c0108d744326868d91cc9c4dfd (diff) |
[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>
Diffstat (limited to 'drivers/acpi')
-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. |