]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/ia64/kernel/ia64_ksyms.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / ia64 / kernel / ia64_ksyms.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2/*
3 * Architecture-specific kernel symbols
1da177e4
LT
4 */
5
1da177e4 6#ifdef CONFIG_VIRTUAL_MEM_MAP
e007c533
AV
7#include <linux/compiler.h>
8#include <linux/export.h>
1da177e4 9#include <linux/bootmem.h>
b77dae52 10EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
1da177e4
LT
11EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
12#endif