projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90158b8
)
[ACPI] delete boot-time printk()s from processor_idle.c
author
Venkatesh Pallipadi
<
[email protected]
>
Mon, 25 Apr 2005 18:38:00 +0000
(14:38 -0400)
committer
Len Brown
<
[email protected]
>
Sat, 30 Jul 2005 02:10:09 +0000
(22:10 -0400)
http://bugzilla.kernel.org/show_bug.cgi?id=4401
Signed-off-by: Venkatesh Pallipadi <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/processor_idle.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/processor_idle.c
b/drivers/acpi/processor_idle.c
index 3702725db97aa69cbd6a813038528ae2ff559572..fd54589478514dba229968d025e311c462086ea4 100644
(file)
--- a/
drivers/acpi/processor_idle.c
+++ b/
drivers/acpi/processor_idle.c
@@
-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.