cregit-Linux how code gets into the kernel

Release 4.10 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 mosbergerdavid mosberger1140.74%233.33%
dean roedean roe622.22%116.67%
al viroal viro622.22%116.67%
pre-gitpre-git414.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.