cregit-Linux how code gets into the kernel

Release 4.11 arch/ia64/kernel/ia64_ksyms.c

Directory: arch/ia64/kernel
/*
 * 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

PersonTokensPropCommitsCommitProp
David Mosberger-Tang1140.74%233.33%
Al Viro622.22%116.67%
Dean Roe622.22%116.67%
Linus Torvalds (pre-git)414.81%233.33%
Total27100.00%6100.00%
Directory: arch/ia64/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.