]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96833d6e84a8a5787fc073633470ed4f2753b91e
tree245fc4e9f26ad9e7a95e83087bfcc79528d1352e
parentba12344b03575c8e91f6973b995fefa4d62d1d5a
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]