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)
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>

No differences found