Subversion Repositories Kolibri OS

Rev

Rev 1498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 6... Line 6...
6
 
6
 
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
Line 204... Line 204...
204
 
204
 
205
    AcpiExExitInterpreter ();
205
    AcpiExExitInterpreter ();
206
    AcpiNsExecModuleCodeList ();
206
    AcpiNsExecModuleCodeList ();
Line -... Line 207...
-
 
207
    AcpiExEnterInterpreter ();
207
    AcpiExEnterInterpreter ();
208
 
-
 
209
    /*
-
 
210
     * Update GPEs for any new _Lxx/_Exx methods. Ignore errors. The host is
208
 
211
     * responsible for discovering any new wake GPEs by running _PRW methods
209
    /* Update GPEs for any new _PRW or _Lxx/_Exx methods. Ignore errors */
212
     * that may have been loaded by this table.
210
 
213
     */
211
    Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
214
    Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
212
    if (ACPI_SUCCESS (Status))
215
    if (ACPI_SUCCESS (Status))
213
    {
216
    {