https://bugzilla.kernel.org/show_bug.cgi?id=198167

--- Comment #30 from Erik Schmauss ([email protected]) ---
Hi all,

It seems like all of these ACPI tables exhibit the same problem.

Here's the issue:

LNKA, LNKB, LNKC, and LNKD are not defined in your ACPI tables. They are
declared using externals at the top of the DSDT like so:

DefinitionBlock ("", "DSDT", 1, "GBT   ", "GBTUACPI", 0x00001000)
{
    External (LNKA, UnknownObj)
    External (LNKB, UnknownObj)
    External (LNKC, UnknownObj)
    External (LNKD, UnknownObj)

This external means that LNKA, LNKB, LNKC, and LNKD are declared in a separate
ACPI table. However, the actual definition of this object does not exist in any
of the ACPI tables..

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to