[BACK]Return to exconfig.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / acpica / dist / executer

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/acpica/dist/executer/exconfig.c between version 1.12.2.2 and 1.12.2.3

version 1.12.2.2, 2020/04/08 14:08:16 version 1.12.2.3, 2020/04/13 08:04:54
Line 233  AcpiExLoadTableOp (
Line 233  AcpiExLoadTableOp (
         return_ACPI_STATUS (Status);          return_ACPI_STATUS (Status);
     }      }
   
     /* Complete the initialization/resolution of package objects */      /* Complete the initialization/resolution of new objects */
   
     Status = AcpiNsWalkNamespace (ACPI_TYPE_PACKAGE, ACPI_ROOT_OBJECT,      AcpiExExitInterpreter();
         ACPI_UINT32_MAX, 0, AcpiNsInitOnePackage, NULL, NULL, NULL);      AcpiNsInitializeObjects();
       AcpiExEnterInterpreter();
   
     /* Parameter Data (optional) */      /* Parameter Data (optional) */
   
Line 511  AcpiExLoadOp (
Line 512  AcpiExLoadOp (
         return_ACPI_STATUS (Status);          return_ACPI_STATUS (Status);
     }      }
   
     /* Complete the initialization/resolution of package objects */      /* Complete the initialization/resolution of new objects */
   
     Status = AcpiNsWalkNamespace (ACPI_TYPE_PACKAGE, ACPI_ROOT_OBJECT,      AcpiExExitInterpreter ();
         ACPI_UINT32_MAX, 0, AcpiNsInitOnePackage, NULL, NULL, NULL);      AcpiNsInitializeObjects ();
       AcpiExEnterInterpreter ();
   
     /* Store the DdbHandle into the Target operand */      /* Store the DdbHandle into the Target operand */
   

Legend:
Removed from v.1.12.2.2  
changed lines
  Added in v.1.12.2.3

CVSweb <webmaster@jp.NetBSD.org>