diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 15:42:14 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 15:42:14 -0400 |
commit | 35a5d9ed9fedb74c22cb19ff7d749289473144e0 (patch) | |
tree | c414a1aeac5d4fe6db3a411685ca66e733f71496 /drivers | |
parent | 3e8e7c93d7eb091463839b5212789c4aae09459e (diff) | |
parent | 0eacee585a89ce5827b572a73a024931506bef48 (diff) | |
download | op-kernel-dev-35a5d9ed9fedb74c22cb19ff7d749289473144e0.zip op-kernel-dev-35a5d9ed9fedb74c22cb19ff7d749289473144e0.tar.gz |
Pull bugzilla-5452 into release branch
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/processor_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index e5041c4..a1b46fb 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; |