X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Facpi%2Fprocessor_core.c;h=a1b46fb41c803373f82020da6869a3a9e7b8c566;hp=e5041c4f3c2cf69120b2fe9a4e679d2cd3f819dd;hb=35a5d9ed9fedb74c22cb19ff7d749289473144e0;hpb=36a557d1f48669c57f59e37d9334400a29e4e53c diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index e5041c4f3c2c..a1b46fb41c80 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c @@ -558,8 +558,8 @@ static int acpi_processor_start(struct acpi_device *device) */ if (processor_device_array[pr->id] != NULL && processor_device_array[pr->id] != (void *)device) { - ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "BIOS reporting wrong ACPI id" - "for the processor\n")); + printk(KERN_WARNING "BIOS reported wrong ACPI id" + "for the processor\n"); return_VALUE(-ENODEV); } processor_device_array[pr->id] = (void *)device;