aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDmitry Korotin <dkorotin@wavecomp.com>2019-06-18 21:25:43 +0000
committerPaul Burton <paul.burton@mips.com>2019-07-21 15:23:24 -0700
commit61cbfff4b1a7c15a7e403473ca5a290fd13d5656 (patch)
treee083bda48efd587b6c620688fc0e50e13880abc6 /arch/mips/Kconfig
parentMIPS: BMIPS: add clock controller nodes (diff)
downloadlinux-dev-61cbfff4b1a7c15a7e403473ca5a290fd13d5656.tar.xz
linux-dev-61cbfff4b1a7c15a7e403473ca5a290fd13d5656.zip
MIPS: pte_special()/pte_mkspecial() support
Add support for pte_special() & pte_mkspecial(), replacing our previous stubs with functional implementations. Signed-off-by: Dmitry Korotin <dkorotin@wavecomp.com> [paul.burton@mips.com: - Fix for CONFIG_PHYS_ADDR_T_64BIT && CONFIG_CPU_MIPS32. - Rewrite commit message.] Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 2a5d80c72c4e..ac9ed08a7fff 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -82,6 +82,7 @@ config MIPS
select RTC_LIB
select SYSCTL_EXCEPTION_TRACE
select VIRT_TO_BUS
+ select ARCH_HAS_PTE_SPECIAL
menu "Machine selection"