commit | 11bf04c44fd284a5f4e2348a04da6f749cace250 | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> | Fri Feb 02 19:48:23 2007 +0300 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 02 21:14:31 2007 -0500 |
tree | 85c6a38144c9e588af27461b4a90af2688e45378 | |
parent | f18c5a08bf035b51939281f5b49aa3ae45cea6ce [diff] |
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>