Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Architecture-specific kernel symbols |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | */ |
| 5 | |
Randy Dunlap | 5f7b81c | 2020-08-28 17:01:26 -0700 | [diff] [blame] | 6 | #if defined(CONFIG_VIRTUAL_MEM_MAP) || defined(CONFIG_DISCONTIGMEM) |
Al Viro | e007c53 | 2016-01-17 01:13:41 -0500 | [diff] [blame] | 7 | #include <linux/compiler.h> |
| 8 | #include <linux/export.h> |
Mike Rapoport | 57c8a66 | 2018-10-30 15:09:49 -0700 | [diff] [blame] | 9 | #include <linux/memblock.h> |
Dean Roe | b77dae5 | 2005-11-09 14:25:06 -0600 | [diff] [blame] | 10 | EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */ |
| 12 | #endif |