ACPICA: Namespace: simplify creation of the initial/default namespace
authorBob Moore <robert.moore@intel.com>
Wed, 3 Jul 2019 20:15:36 +0000 (13:15 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 3 Jul 2019 22:59:43 +0000 (00:59 +0200)
commitf79c8e4136eac37255ead8875593ae33a2c16d20
tree1485d97f2c848502a0139cdc93ef68398aadb54f
parentd4ca763eed3bcc227f220beb11ff4eb2fa548755
ACPICA: Namespace: simplify creation of the initial/default namespace

ACPICA commit 76658f55d8cc498a763bdb92f8e0d934822a129c

For the objects that are created by default (_GPE, _SB_, etc)
there is no need to use the heavyweight ns_lookup function.
Instead, simply create each object and link it in as the namespace
is built.

Link: https://github.com/acpica/acpica/commit/76658f55
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/nsaccess.c