From: David Daney Date: Mon, 5 Jan 2009 23:29:14 +0000 (-0800) Subject: MIPS: Use hardware watchpoints on all R1 and R2 CPUs. X-Git-Tag: v6.6-pxa1908~40753^2~15 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f839490ab42a471f0b0a4b795df77a1af924fe05;p=linux.git 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 Signed-off-by: Ralf Baechle --- 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 # config HARDWARE_WATCHPOINTS bool - default y if CPU_MIPS32 || CPU_MIPS64 + default y if CPU_MIPSR1 || CPU_MIPSR2 menu "Kernel type"