MIPS: Add HARDWARE_WATCHPOINTS definitions and support code.
authorDavid Daney <ddaney@avtrex.com>
Tue, 23 Sep 2008 07:05:54 +0000 (00:05 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 11 Oct 2008 15:18:56 +0000 (16:18 +0100)
commit6aa3524c182c01b8b8b7c21c4da20c742a9b4d86
tree245fc4e9f26ad9e7a95e83087bfcc79528d1352e
parent8192c9ea9ac44213d1266ecb64615519443979b3
MIPS: Add HARDWARE_WATCHPOINTS definitions and support code.

This is the main support code for the patch.  Here we just add the
code, the following patches hook it up.

Signed-off-by: David Daney <ddaney@avtrex.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 create mode 100644 arch/mips/include/asm/watch.h
 create mode 100644 arch/mips/kernel/watch.c
arch/mips/include/asm/cpu-info.h
arch/mips/include/asm/processor.h
arch/mips/include/asm/thread_info.h
arch/mips/include/asm/watch.h [new file with mode: 0644]
arch/mips/kernel/Makefile
arch/mips/kernel/watch.c [new file with mode: 0644]