Deleted Added
sdiff udiff text old ( 126372 ) new ( 127175 )
full compact
1/******************************************************************************
2 *
3 * Module Name: evgpe - General Purpose Event handling and dispatch
4 * $Revision: 33 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.

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

223 ACPI_STATUS Status;
224 ACPI_GPE_BLOCK_INFO *GpeBlock;
225 UINT32 i;
226 UINT32 j;
227
228
229 ACPI_FUNCTION_NAME ("EvGpeDetect");
230
231
232 /* Examine all GPE blocks attached to this interrupt level */
233
234 AcpiOsAcquireLock (AcpiGbl_GpeLock, ACPI_ISR);
235 GpeBlock = GpeXruptList->GpeBlockListHead;
236 while (GpeBlock)
237 {
238 /*
239 * Read all of the 8-bit GPE status and enable registers

--- 288 unchanged lines hidden ---