Deleted Added
full compact
nsaccess.c (193529) nsaccess.c (200553)
1/*******************************************************************************
2 *
3 * Module Name: nsaccess - Top-level functions for accessing ACPI namespace
4 *
5 ******************************************************************************/
6
7/******************************************************************************
8 *

--- 237 unchanged lines hidden (view full) ---

246
247 /* Save the parameter count for the iASL compiler */
248
249 NewNode->Value = ObjDesc->Method.ParamCount;
250#else
251 /* Mark this as a very SPECIAL method */
252
253 ObjDesc->Method.MethodFlags = AML_METHOD_INTERNAL_ONLY;
1/*******************************************************************************
2 *
3 * Module Name: nsaccess - Top-level functions for accessing ACPI namespace
4 *
5 ******************************************************************************/
6
7/******************************************************************************
8 *

--- 237 unchanged lines hidden (view full) ---

246
247 /* Save the parameter count for the iASL compiler */
248
249 NewNode->Value = ObjDesc->Method.ParamCount;
250#else
251 /* Mark this as a very SPECIAL method */
252
253 ObjDesc->Method.MethodFlags = AML_METHOD_INTERNAL_ONLY;
254 ObjDesc->Method.Implementation = AcpiUtOsiImplementation;
254 ObjDesc->Method.Extra.Implementation = AcpiUtOsiImplementation;
255#endif
256 break;
257
258 case ACPI_TYPE_INTEGER:
259
260 ObjDesc->Integer.Value = ACPI_TO_INTEGER (Val);
261 break;
262

--- 510 unchanged lines hidden ---
255#endif
256 break;
257
258 case ACPI_TYPE_INTEGER:
259
260 ObjDesc->Integer.Value = ACPI_TO_INTEGER (Val);
261 break;
262

--- 510 unchanged lines hidden ---