ACPICA: Fix for hang on GPE method invocation
authorBob Moore <robert.moore@intel.com>
Tue, 10 Jun 2008 04:38:10 +0000 (12:38 +0800)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:03 +0000 (23:27 +0200)
commitc91d924e3af08d4f98eab6ebf81f2b8ce132448f
tree8c3f7ca15ab9f8f2451a8cf87c935de2d01fb2ef
parentf3454ae8104efb2dbf0d08ec42c6f5d0fe9225bc
ACPICA: Fix for hang on GPE method invocation

Fixes problem where the new method argument count validation mechanism
will enter an infinite loop when a GPE method is dispatched.
Problem fixed be removing the obsolete code that passes GPE block
information to the notify handler via the control method parameter pointer.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/dispatcher/dsmethod.c
drivers/acpi/dispatcher/dswstate.c
drivers/acpi/events/evgpe.c
drivers/acpi/events/evregion.c
drivers/acpi/namespace/nsinit.c
drivers/acpi/namespace/nsxfeval.c
drivers/acpi/parser/psxface.c
drivers/acpi/resources/rsutils.c
drivers/acpi/utilities/uteval.c
include/acpi/acstruct.h