Release 4.11 arch/ia64/kernel/ia64_ksyms.c
/*
* 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 | 40.74% | 2 | 33.33% |
Al Viro | 6 | 22.22% | 1 | 16.67% |
Dean Roe | 6 | 22.22% | 1 | 16.67% |
Linus Torvalds (pre-git) | 4 | 14.81% | 2 | 33.33% |
Total | 27 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.