mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / ia64 / kernel / ia64_ksyms.c
blob6b51c88e357811ff6a3203dbc23140e39f2b2970
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Architecture-specific kernel symbols
4 */
6 #ifdef CONFIG_VIRTUAL_MEM_MAP
7 #include <linux/compiler.h>
8 #include <linux/export.h>
9 #include <linux/bootmem.h>
10 EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
11 EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
12 #endif