commit | d6a61bfc06d6f2248f3e75f208d64e794082013c | [log] [tgz] |
---|---|---|
author | Luis Machado <luisgpm@linux.vnet.ibm.com> | Thu Jul 24 02:10:41 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 25 15:44:39 2008 +1000 |
tree | d46aec6b68e30f9d7d9198bd9102fcf1c054ab7e | |
parent | 00bf6e906156b07cd641fe154ad0efe78f989692 [diff] |
powerpc: BookE hardware watchpoint support This patch implements support for HW based watchpoint via the DBSR_DAC (Data Address Compare) facility of the BookE processors. It does so by interfacing with the existing DABR breakpoint code and adding the necessary bits and pieces for the new bits to be properly set or cleared Signed-off-by: Luis Machado <luisgpm@br.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>