Release 4.16 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 |
Linus Torvalds (pre-git) | 9 | 32.14% | 3 | 33.33% |
Al Viro | 8 | 28.57% | 1 | 11.11% |
David Mosberger-Tang | 6 | 21.43% | 2 | 22.22% |
Greg Banks | 2 | 7.14% | 1 | 11.11% |
David Shaohua Li | 2 | 7.14% | 1 | 11.11% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 11.11% |
Total | 28 | 100.00% | 9 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.