ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)
authorBob Moore <robert.moore@intel.com>
Wed, 22 Apr 2009 05:22:38 +0000 (13:22 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 27 May 2009 04:30:50 +0000 (00:30 -0400)
commit2b09ce98a25e467455ecd81354cc18381628be75
treee3f332f49eee62cee228b1b24cf0fe7a15ed9cc2
parentba9c3f550e5792fbce2bbd7a429bf6f6d1f45fda
ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)

The AML BreakPoint opcode will now cause a break into the AML
debugger if it is present/configured. This matches the expected
behavior per the ACPI specification. Previously, only a message
was output.

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>
drivers/acpi/acpica/dsopcode.c