diff options
author | Hassan Naveed <hnaveed@wavecomp.com> | 2018-10-30 04:27:41 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-11-05 21:15:28 +0300 |
commit | b3a428b4b18d495a06f39515568850f8db4c98ea (patch) | |
tree | 77c882b8cbe9c262855ebe5794a8c096ead8c96f /arch/mips/Kconfig | |
parent | 67769857f05a3b6af79c990e53aa47f4c2b4a000 (diff) | |
download | linux-b3a428b4b18d495a06f39515568850f8db4c98ea.tar.xz |
MIPS: Enable IOREMAP_PROT config option for MIPS cpus
Allows the users of ptrace to access memory mapped by the ptraced process
using the same cache coherency attributes as the original process.
For example while using gdb with ioremap_prot() incorporated, both gdb and
the process being traced will have same cache coherency attributes.
Signed-off-by: Hassan Naveed <hnaveed@wavecomp.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20955/
Cc: <linux-mips@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8272ea4c7264..378525aaadcc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -56,6 +56,7 @@ config MIPS select HAVE_FUNCTION_TRACER select HAVE_GENERIC_DMA_COHERENT select HAVE_IDE + select HAVE_IOREMAP_PROT select HAVE_IRQ_EXIT_ON_IRQ_STACK select HAVE_IRQ_TIME_ACCOUNTING select HAVE_KPROBES |