Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6-block.git] / arch / ia64 / kernel / ia64_ksyms.c
CommitLineData
1da177e4
LT
1/*
2 * Architecture-specific kernel symbols
1da177e4
LT
3 */
4
1da177e4 5#ifdef CONFIG_VIRTUAL_MEM_MAP
e007c533
AV
6#include <linux/compiler.h>
7#include <linux/export.h>
1da177e4 8#include <linux/bootmem.h>
b77dae52 9EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
1da177e4
LT
10EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
11#endif