Deleted Added
full compact
utobject.c (123315) utobject.c (126372)
1/******************************************************************************
2 *
3 * Module Name: utobject - ACPI object create/delete/size/cache routines
1/******************************************************************************
2 *
3 * Module Name: utobject - ACPI object create/delete/size/cache routines
4 * $Revision: 84 $
4 * $Revision: 86 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

302 case ACPI_DESC_TYPE_OPERAND:
303
304 /* The object appears to be a valid ACPI_OPERAND_OBJECT */
305
306 return (TRUE);
307
308 default:
309 ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

302 case ACPI_DESC_TYPE_OPERAND:
303
304 /* The object appears to be a valid ACPI_OPERAND_OBJECT */
305
306 return (TRUE);
307
308 default:
309 ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
310 "%p is not not an ACPI operand obj [%s]\n",
310 "%p is not not an ACPI operand obj [%s]\n",
311 Object, AcpiUtGetDescriptorName (Object)));
312 break;
313 }
314
315 return (FALSE);
316}
317
318

--- 390 unchanged lines hidden ---
311 Object, AcpiUtGetDescriptorName (Object)));
312 break;
313 }
314
315 return (FALSE);
316}
317
318

--- 390 unchanged lines hidden ---