ACPICA: Allow processor to be declared with the Device() instead of Processor()
authorAlexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Fri, 2 Feb 2007 16:48:23 +0000 (19:48 +0300)
committerLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 02:14:31 +0000 (21:14 -0500)
commit11bf04c44fd284a5f4e2348a04da6f749cace250
tree85c6a38144c9e588af27461b4a90af2688e45378
parentf18c5a08bf035b51939281f5b49aa3ae45cea6ce
ACPICA: Allow processor to be declared with the Device() instead of Processor()

Allow processor to be declered with the Device(), such as:
Device(CPU1234) {
Name(_HID, "ACPI007")
Name(_UID, 1234)
}

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c
include/acpi/acpi_drivers.h