• Erik Schmauss's avatar
    ACPICA: acpi_exec: fixing -fi option · 77d4e096
    Erik Schmauss authored
    Field elements listed in the init file used to be initialized after
    the table load and before executing module-level code blocks. The
    recent changes in module-level code mean that the table load becomes
    a method execution. If fields are used within module-level code and
    we are executing with -fi option, then these values are populated
    after the table has finished loading. This commit changes the
    initialization of objects listed in the init file so that field unit
    values are populated during the table load.
    Signed-off-by: default avatarErik Schmauss <erik.schmauss@intel.com>
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    77d4e096
nsaccess.c 18.4 KB