diff options
author | David Daney <ddaney@caviumnetworks.com> | 2009-01-05 18:29:14 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-01-30 16:32:59 -0500 |
commit | f839490ab42a471f0b0a4b795df77a1af924fe05 (patch) | |
tree | 3a2240712cba95c9b4c20f0106c2ab7b68526037 /arch/mips | |
parent | 8bc6d05b481aa7dc79c81b8ffac0da755e149643 (diff) |
MIPS: Use hardware watchpoints on all R1 and R2 CPUs.
The previous definition inadvertently omits Octeon which currently is
treated as an architecture variant separate from MIPS32 and MIPS64.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 71e8ebd8ed0b..600eef3f3ac7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1365,7 +1365,7 @@ config CPU_SUPPORTS_64BIT_KERNEL | |||
1365 | # | 1365 | # |
1366 | config HARDWARE_WATCHPOINTS | 1366 | config HARDWARE_WATCHPOINTS |
1367 | bool | 1367 | bool |
1368 | default y if CPU_MIPS32 || CPU_MIPS64 | 1368 | default y if CPU_MIPSR1 || CPU_MIPSR2 |
1369 | 1369 | ||
1370 | menu "Kernel type" | 1370 | menu "Kernel type" |
1371 | 1371 | ||