git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18c5a0
)
ACPICA: Allow processor to be declared with the Device() instead of Processor()
author
Alexey Starikovskiy
<alexey.y.starikovskiy@intel.com>
Fri, 2 Feb 2007 16:48:23 +0000
(19:48 +0300)
committer
Len Brown
<len.brown@intel.com>
Sat, 3 Feb 2007 02:14:31 +0000
(21:14 -0500)
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>
No differences found