ACPI: processor: remove comment regarding string _UID support
authorAlex Hung <alex.hung@canonical.com>
Wed, 14 Oct 2020 01:03:40 +0000 (19:03 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Oct 2020 16:11:27 +0000 (18:11 +0200)
commitd85cc6635a2a1338f7a45f652e97b02f9a69b9f5
tree89a8cbc5819ac85ee0a5de3cc66dc420eae0a104
parentcf1d2b44f6c701ffff58606b5b8a8996190d6e7d
ACPI: processor: remove comment regarding string _UID support

ACPI 6.3 Errata A no longer allows _UID to return a string except for
Itanium (for historical reasons) as stated in section 5.2.12:

"From ACPI Specification 6.3 onward, all processor objects for all
architectures except Itanium must now use Device() objects with an
_HID of ACPI0007, and use only integer _UID values."

Therefore, the "we don't handle string _UIDs yet" comment, which
implies a missing feature, is redundant, so drop it.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_processor.c