-
- Downloads
[ACPI] ACPICA 20060210
Removed a couple of extraneous ACPI_ERROR messages that appeared during normal execution. These became apparent after the conversion from ACPI_DEBUG_PRINT. Fixed a problem where the CreateField operator could hang if the BitIndex or NumBits parameter referred to a named object. From Valery Podrezov. http://bugzilla.kernel.org/show_bug.cgi?id=5359 Fixed a problem where a DeRefOf operation on a buffer object incorrectly failed with an exception. This also fixes a couple of related RefOf and DeRefOf issues. From Valery Podrezov. http://bugzilla.kernel.org/show_bug.cgi?id=5360 http://bugzilla.kernel.org/show_bug.cgi?id=5387 http://bugzilla.kernel.org/show_bug.cgi?id=5392 Fixed a problem where the AE_BUFFER_LIMIT exception was returned instead of AE_STRING_LIMIT on an out-of-bounds Index() operation. From Valery Podrezov. http://bugzilla.kernel.org/show_bug.cgi?id=5480 Implemented a memory cleanup at the end of the execution of each iteration of an AML While() loop, preventing the accumulation of outstanding objects. From Valery Podrezov. http://bugzilla.kernel.org/show_bug.cgi?id=5427 Eliminated a chunk of duplicate code in the object resolution code. From Valery Podrezov. http://bugzilla.kernel.org/show_bug.cgi?id=5336 Fixed several warnings during the 64-bit code generation. Signed-off-by:Bob Moore <robert.moore@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
Showing
- drivers/acpi/dispatcher/dsfield.c 1 addition, 0 deletionsdrivers/acpi/dispatcher/dsfield.c
- drivers/acpi/dispatcher/dsmethod.c 5 additions, 0 deletionsdrivers/acpi/dispatcher/dsmethod.c
- drivers/acpi/dispatcher/dsmthdat.c 1 addition, 0 deletionsdrivers/acpi/dispatcher/dsmthdat.c
- drivers/acpi/dispatcher/dsobject.c 6 additions, 0 deletionsdrivers/acpi/dispatcher/dsobject.c
- drivers/acpi/dispatcher/dsopcode.c 4 additions, 0 deletionsdrivers/acpi/dispatcher/dsopcode.c
- drivers/acpi/dispatcher/dsutils.c 6 additions, 1 deletiondrivers/acpi/dispatcher/dsutils.c
- drivers/acpi/dispatcher/dswexec.c 3 additions, 0 deletionsdrivers/acpi/dispatcher/dswexec.c
- drivers/acpi/dispatcher/dswload.c 9 additions, 0 deletionsdrivers/acpi/dispatcher/dswload.c
- drivers/acpi/dispatcher/dswscope.c 2 additions, 0 deletionsdrivers/acpi/dispatcher/dswscope.c
- drivers/acpi/dispatcher/dswstate.c 5 additions, 0 deletionsdrivers/acpi/dispatcher/dswstate.c
- drivers/acpi/events/evevent.c 2 additions, 0 deletionsdrivers/acpi/events/evevent.c
- drivers/acpi/events/evgpe.c 5 additions, 0 deletionsdrivers/acpi/events/evgpe.c
- drivers/acpi/events/evgpeblk.c 13 additions, 0 deletionsdrivers/acpi/events/evgpeblk.c
- drivers/acpi/events/evmisc.c 6 additions, 0 deletionsdrivers/acpi/events/evmisc.c
- drivers/acpi/events/evregion.c 10 additions, 0 deletionsdrivers/acpi/events/evregion.c
- drivers/acpi/events/evrgnini.c 6 additions, 0 deletionsdrivers/acpi/events/evrgnini.c
- drivers/acpi/events/evxface.c 3 additions, 0 deletionsdrivers/acpi/events/evxface.c
- drivers/acpi/events/evxfevnt.c 1 addition, 0 deletionsdrivers/acpi/events/evxfevnt.c
- drivers/acpi/events/evxfregn.c 2 additions, 0 deletionsdrivers/acpi/events/evxfregn.c
- drivers/acpi/executer/exconfig.c 5 additions, 0 deletionsdrivers/acpi/executer/exconfig.c
Loading
Please register or sign in to comment