Commit 5049beda authored by Len Brown's avatar Len Brown Committed by Len Brown
parent db3c3759
......@@ -366,7 +366,6 @@ acpi_processor_set_power_policy (
* -----
*/
pr->power.state = ACPI_STATE_C1;
pr->power.default_state = ACPI_STATE_C1;
/*
* C1/C2
......@@ -637,11 +636,9 @@ static int acpi_processor_power_seq_show(struct seq_file *seq, void *offset)
goto end;
seq_printf(seq, "active state: %d\n"
"default state: %d\n"
"max_cstate: %d\n"
"bus master activity: %08x\n",
pr->power.state,
pr->power.default_state,
max_cstate,
pr->power.bm_activity);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment