Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f839490a authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

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: default avatarDavid Daney <ddaney@caviumnetworks.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8bc6d05b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"