diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:23 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:56 +0100 |
commit | 5af627a043e39d3226eecd75753dcd2c920c16ec (patch) | |
tree | e6db78c3d4a3154f6aaae6d62ccf3b850de1b51a /arch/csky/Kconfig | |
parent | ARM: highmem: Switch to generic kmap atomic (diff) | |
download | linux-5af627a043e39d3226eecd75753dcd2c920c16ec.tar.xz linux-5af627a043e39d3226eecd75753dcd2c920c16ec.zip |
csky/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: Guo Ren <guoren@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20201103095857.681196473@linutronix.de
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r-- | arch/csky/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 268fad5f51cf..7a86481a22ff 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -286,6 +286,7 @@ config NR_CPUS config HIGHMEM bool "High Memory Support" depends on !CPU_CK610 + select KMAP_LOCAL default y config FORCE_MAX_ZONEORDER |