All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Use hardware watchpoints on all R1 and R2 CPUs.
@ 2009-01-05 23:29 David Daney
  2009-01-29  2:22 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2009-01-05 23:29 UTC (permalink / raw)
  To: linux-mips; +Cc: David Daney

The previous definition inadvertently omits Octeon.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
 arch/mips/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ea2b262..39b7081 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1360,7 +1360,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"
 
-- 
1.5.6.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-29  2:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 23:29 [PATCH] MIPS: Use hardware watchpoints on all R1 and R2 CPUs David Daney
2009-01-29  2:22 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.