projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc6d05
)
MIPS: Use hardware watchpoints on all R1 and R2 CPUs.
author
David Daney
<ddaney@caviumnetworks.com>
Mon, 5 Jan 2009 23:29:14 +0000
(15:29 -0800)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 30 Jan 2009 21:32:59 +0000
(21:32 +0000)
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>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 71e8ebd8ed0ba04aa8ad08fc111a1b13c1d80529..600eef3f3ac7db71dc165946e657da08ee79a9ac 100644
(file)
--- 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_MIPS
32 || CPU_MIPS64
+ default y if CPU_MIPS
R1 || CPU_MIPSR2
menu "Kernel type"