diff options
author | Youquan Song <youquan.song@intel.com> | 2012-12-18 07:54:22 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-03 07:11:05 -0500 |
commit | 17915d582f9fe74efbd1c755f3ea5a5c2d9b3156 (patch) | |
tree | 56d2a10fe90516e8ce79c7962301b73855ba91be /drivers/idle | |
parent | 92638e2facc5330475c7d558acec77721c3214e4 (diff) |
intel_idle: pr_debug information need separated
When debug kernel, the the below information is found:
intel_idle: unaware of model 0x1a MWAIT 4 please contact lenb@kernel.orgACPI: Device input0 -> No ACPI support
so this patch separates it.
Signed-off-by: Youquan Song <youquan.song@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/idle')
-rw-r--r-- | drivers/idle/intel_idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index c49c04d9c2b0..4ba384f1ab54 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c | |||
@@ -506,7 +506,7 @@ static int intel_idle_cpuidle_driver_init(void) | |||
506 | if (*cpuidle_state_table[cstate].name == '\0') | 506 | if (*cpuidle_state_table[cstate].name == '\0') |
507 | pr_debug(PREFIX "unaware of model 0x%x" | 507 | pr_debug(PREFIX "unaware of model 0x%x" |
508 | " MWAIT %d please" | 508 | " MWAIT %d please" |
509 | " contact lenb@kernel.org", | 509 | " contact lenb@kernel.org\n", |
510 | boot_cpu_data.x86_model, cstate); | 510 | boot_cpu_data.x86_model, cstate); |
511 | continue; | 511 | continue; |
512 | } | 512 | } |