Skip to content

Commit

Permalink
intel_idle: pr_debug information need separated
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
youquan-song authored and rafaeljw committed Jan 3, 2013
1 parent 92638e2 commit 17915d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/idle/intel_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ static int intel_idle_cpuidle_driver_init(void)
if (*cpuidle_state_table[cstate].name == '\0')
pr_debug(PREFIX "unaware of model 0x%x"
" MWAIT %d please"
" contact lenb@kernel.org",
" contact lenb@kernel.org\n",
boot_cpu_data.x86_model, cstate);
continue;
}
Expand Down

0 comments on commit 17915d5

Please sign in to comment.