diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:25 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:56 +0100 |
commit | a4c33e83bca133ff979e13c784c7605e1ac143df (patch) | |
tree | 420d8dd0c6c743897d49005dd00a1ebf67de14a4 /arch/mips/Kconfig | |
parent | 7ac1b26b0a7288fc8f87aa8978891375f23740b2 (diff) | |
download | lwn-a4c33e83bca133ff979e13c784c7605e1ac143df.tar.gz lwn-a4c33e83bca133ff979e13c784c7605e1ac143df.zip |
mips/mm/highmem: Switch to generic kmap atomic
No reason having the same code in every architecture
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20201103095857.885321106@linutronix.de
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 2000bb2b0220..6b762bebff33 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2719,6 +2719,7 @@ config WAR_MIPS34K_MISSED_ITLB config HIGHMEM bool "High Memory Support" depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA + select KMAP_LOCAL config CPU_SUPPORTS_HIGHMEM bool |