blob: f8150ee74f2974f3dc7b98fcf84902e22de2a03d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * Architecture-specific kernel symbols
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 */
5
Randy Dunlap5f7b81c2020-08-28 17:01:26 -07006#if defined(CONFIG_VIRTUAL_MEM_MAP) || defined(CONFIG_DISCONTIGMEM)
Al Viroe007c532016-01-17 01:13:41 -05007#include <linux/compiler.h>
8#include <linux/export.h>
Mike Rapoport57c8a662018-10-30 15:09:49 -07009#include <linux/memblock.h>
Dean Roeb77dae52005-11-09 14:25:06 -060010EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
Linus Torvalds1da177e2005-04-16 15:20:36 -070011EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
12#endif