Deleted Added
full compact
4c4
< * $Revision: 177 $
---
> * $Revision: 179 $
184a185,191
> /* _OSI is optional for now, will be permanent later */
>
> if (!ACPI_STRCMP (InitVal->Name, "_OSI") && !AcpiGbl_CreateOsiMethod)
> {
> continue;
> }
>
186c193,194
< ACPI_IMODE_LOAD_PASS2, ACPI_NS_NO_UPSEARCH, NULL, &NewNode);
---
> ACPI_IMODE_LOAD_PASS2, ACPI_NS_NO_UPSEARCH,
> NULL, &NewNode);
205c213,214
< ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Could not override predefined %s\n",
---
> ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
> "Could not override predefined %s\n",
233,234c242,243
< ObjDesc->Method.ParamCount =
< (UINT8) ACPI_STRTOUL (Val, NULL, 10);
---
> ObjDesc->Method.ParamCount = (UINT8) ACPI_STRTOUL
> (Val, NULL, 10);
237c246
< #if defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY)
---
> #if defined (_ACPI_ASL_COMPILER) || defined (_ACPI_DUMP_APP)
239c248
< /* Compiler cheats by putting parameter count in the OwnerID */
---
> /* iASL Compiler cheats by putting parameter count in the OwnerID */
241a251,255
> #else
> /* Mark this as a very SPECIAL method */
>
> ObjDesc->Method.MethodFlags = AML_METHOD_INTERNAL_ONLY;
> ObjDesc->Method.Implementation = AcpiUtOsiImplementation;
266,267c280,281
< ObjDesc->Mutex.SyncLevel =
< (UINT16) ACPI_STRTOUL (Val, NULL, 10);
---
> ObjDesc->Mutex.SyncLevel = (UINT16) ACPI_STRTOUL
> (Val, NULL, 10);
302a317
>