aboutsummaryrefslogtreecommitdiffstats
path: root/mm/highmem.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-11-03 10:27:13 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-11-06 23:14:53 +0100
commit16675dda9355505245b89dd50723a2754819594b (patch)
tree0cbc7b93b860b9ff1db5542e92d1b0120d69326d /mm/highmem.c
parentLinux 5.10-rc2 (diff)
downloadlinux-dev-16675dda9355505245b89dd50723a2754819594b.tar.xz
linux-dev-16675dda9355505245b89dd50723a2754819594b.zip
mm/highmem: Un-EXPORT __kmap_atomic_idx()
Nothing in modules can use that. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org> Link: https://lore.kernel.org/r/20201103095856.595767588@linutronix.de
Diffstat (limited to 'mm/highmem.c')
-rw-r--r--mm/highmem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/highmem.c b/mm/highmem.c
index 1352a27951e3..6abfd762eee7 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -108,8 +108,6 @@ static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color)
atomic_long_t _totalhigh_pages __read_mostly;
EXPORT_SYMBOL(_totalhigh_pages);
-EXPORT_PER_CPU_SYMBOL(__kmap_atomic_idx);
-
unsigned int nr_free_highpages (void)
{
struct zone *zone;