diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:27 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:57 +0100 |
commit | 47da42b27a56f3ee5abace2858b69e277703f707 (patch) | |
tree | 90f9163af18735d32332ae3b18c778b77f7f620f /arch/powerpc/Kconfig | |
parent | 5f037ea3b26767e0b1bdc522948321b282268b49 (diff) | |
download | lwn-47da42b27a56f3ee5abace2858b69e277703f707.tar.gz lwn-47da42b27a56f3ee5abace2858b69e277703f707.zip |
powerpc/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: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20201103095858.087635810@linutronix.de
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index e9f13fe08492..d4cfddc0fb4c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -409,6 +409,7 @@ menu "Kernel options" config HIGHMEM bool "High memory support" depends on PPC32 + select KMAP_LOCAL source "kernel/Kconfig.hz" |