ACPI: delete two spurious ACPI messages
ACPI: Getting cpuindex for acpiid 0x4 acpi_processor-0742 [00] processor_preregister_: Error while parsing _PSD domain information. Assuming no coordination http://bugzilla.kernel.org/show_bug.cgi?id=7286 Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
5d65131fa8
commit
d6637b28ff
2 changed files with 0 additions and 7 deletions
|
@ -476,9 +476,6 @@ static int acpi_processor_get_info(struct acpi_processor *pr)
|
|||
if (cpu_index == -1) {
|
||||
if (ACPI_FAILURE
|
||||
(acpi_processor_hotadd_init(pr->handle, &pr->id))) {
|
||||
printk(KERN_ERR PREFIX
|
||||
"Getting cpuindex for acpiid 0x%x\n",
|
||||
pr->acpi_id);
|
||||
return -ENODEV;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -736,10 +736,6 @@ int acpi_processor_preregister_performance(
|
|||
}
|
||||
|
||||
err_ret:
|
||||
if (retval) {
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Error while parsing _PSD domain information. Assuming no coordination\n"));
|
||||
}
|
||||
|
||||
for_each_possible_cpu(i) {
|
||||
pr = processors[i];
|
||||
if (!pr || !pr->performance)
|
||||
|
|
Loading…
Reference in a new issue