瀏覽代碼

Pull bugzilla-5452 into release branch

Len Brown 19 年之前
父節點
當前提交
35a5d9ed9f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/acpi/processor_core.c

+ 2 - 2
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 &&
 	if (processor_device_array[pr->id] != NULL &&
 	    processor_device_array[pr->id] != (void *)device) {
 	    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);
 		return_VALUE(-ENODEV);
 	}
 	}
 	processor_device_array[pr->id] = (void *)device;
 	processor_device_array[pr->id] = (void *)device;