commit | 2b09ce98a25e467455ecd81354cc18381628be75 | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Wed Apr 22 13:22:38 2009 +0800 |
committer | Len Brown <len.brown@intel.com> | Wed May 27 00:30:50 2009 -0400 |
tree | e3f332f49eee62cee228b1b24cf0fe7a15ed9cc2 | |
parent | ba9c3f550e5792fbce2bbd7a429bf6f6d1f45fda [diff] |
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>