Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Daney and committed by
Ralf Baechle
f839490a 8bc6d05b

+1 -1
+1 -1
arch/mips/Kconfig
··· 1365 1365 # 1366 1366 config HARDWARE_WATCHPOINTS 1367 1367 bool 1368 - default y if CPU_MIPS32 || CPU_MIPS64 1368 + default y if CPU_MIPSR1 || CPU_MIPSR2 1369 1369 1370 1370 menu "Kernel type" 1371 1371