Release 4.14 arch/ia64/kernel/ia64_ksyms.c
// SPDX-License-Identifier: GPL-2.0
/*
* Architecture-specific kernel symbols
*/
#ifdef CONFIG_VIRTUAL_MEM_MAP
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/bootmem.h>
EXPORT_SYMBOL(min_low_pfn);
/* defined by bootmem.c, but not exported by generic code */
EXPORT_SYMBOL(max_low_pfn);
/* defined by bootmem.c, but not exported by generic code */
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Mosberger-Tang | 11 | 39.29% | 2 | 28.57% |
Dean Roe | 6 | 21.43% | 1 | 14.29% |
Al Viro | 6 | 21.43% | 1 | 14.29% |
Linus Torvalds (pre-git) | 2 | 7.14% | 1 | 14.29% |
Xiantao Zhang | 2 | 7.14% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 14.29% |
Total | 28 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.