summaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip27/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-11-15 09:10:13 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-11-15 09:10:13 -0800
commit34b38f5abd1f0793e75cc97c4781d04b6c7f4d9e (patch)
tree44f15af1ec00182af907a0f7ee31545b0881653b /arch/mips/sgi-ip27/Kconfig
parent74bc8acd6cb4f5cee25fcfe4e9afb06f75949081 (diff)
parentf6929c92e283a35b183c293574adcbca409bf144 (diff)
Merge tag 'mips_fixes_5.4_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton: "A fix and simplification for SGI IP27 exception handlers, and a small MAINTAINERS update for Broadcom MIPS systems" * tag 'mips_fixes_5.4_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MAINTAINERS: Remove Kevin as maintainer of BMIPS generic platforms MIPS: SGI-IP27: fix exception handler replication
Diffstat (limited to 'arch/mips/sgi-ip27/Kconfig')
-rw-r--r--arch/mips/sgi-ip27/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/sgi-ip27/Kconfig b/arch/mips/sgi-ip27/Kconfig
index ef3847e7aee0..e5b6cadbec85 100644
--- a/arch/mips/sgi-ip27/Kconfig
+++ b/arch/mips/sgi-ip27/Kconfig
@@ -38,10 +38,3 @@ config REPLICATE_KTEXT
Say Y here to enable replicating the kernel text across multiple
nodes in a NUMA cluster. This trades memory for speed.
-config REPLICATE_EXHANDLERS
- bool "Exception handler replication support"
- depends on SGI_IP27
- help
- Say Y here to enable replicating the kernel exception handlers
- across multiple nodes in a NUMA cluster. This trades memory for
- speed.