diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:24 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:56 +0100 |
commit | 7ac1b26b0a7288fc8f87aa8978891375f23740b2 (patch) | |
tree | 1f85882fa6bba6456fed0c8bdbbba2c7fd02ae91 /arch/microblaze/Kconfig | |
parent | csky/mm/highmem: Switch to generic kmap atomic (diff) | |
download | linux-7ac1b26b0a7288fc8f87aa8978891375f23740b2.tar.xz linux-7ac1b26b0a7288fc8f87aa8978891375f23740b2.zip |
microblaze/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: Michal Simek <monstr@monstr.eu>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20201103095857.777445435@linutronix.de
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 33925ffed68f..7f6ca0ab4f81 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -155,6 +155,7 @@ config XILINX_UNCACHED_SHADOW config HIGHMEM bool "High memory support" depends on MMU + select KMAP_LOCAL help The address space of Microblaze processors is only 4 Gigabytes large and it has to accommodate user address space, kernel address |