Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166484
b: refs/heads/master
c: 3d5b6fb
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Len Brown committed Sep 27, 2009
1 parent 2bae00a commit 8a75b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e2ada5867b7e9fa0b296d30fa8f3726ebd0a8b7
refs/heads/master: 3d5b6fb47a8e68fa311ca2c3447e7f8a7c3a9cf3
7 changes: 0 additions & 7 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,13 +1214,6 @@ int __cpuinit acpi_processor_power_init(struct acpi_processor *pr,
acpi_processor_setup_cpuidle(pr);
if (cpuidle_register_device(&pr->power.dev))
return -EIO;

printk(KERN_INFO PREFIX "CPU%d (power states:", pr->id);
for (i = 1; i <= pr->power.count; i++)
if (pr->power.states[i].valid)
printk(" C%d[C%d]", i,
pr->power.states[i].type);
printk(")\n");
}
#ifdef CONFIG_ACPI_PROCFS
/* 'power' [R] */
Expand Down

0 comments on commit 8a75b8d

Please sign in to comment.