/* * 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 */ #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| david mosberger | david mosberger | 11 | 40.74% | 2 | 33.33% |
| dean roe | dean roe | 6 | 22.22% | 1 | 16.67% |
| al viro | al viro | 6 | 22.22% | 1 | 16.67% |
| pre-git | pre-git | 4 | 14.81% | 2 | 33.33% |
| Total | 27 | 100.00% | 6 | 100.00% |