cregit-Linux how code gets into the kernel

Release 4.7 arch/x86/um/ksyms.c

Directory: arch/x86/um
#include <linux/module.h>
#include <asm/string.h>
#include <asm/checksum.h>

#ifndef CONFIG_X86_32
/*XXX: we need them because they would be exported by x86_64 */
#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4

EXPORT_SYMBOL(memcpy);
#else

EXPORT_SYMBOL(__memcpy);
#endif
#endif

EXPORT_SYMBOL(csum_partial);

Overall Contributors

PersonTokensPropCommitsCommitProp
jeff dikejeff dike2448.98%125.00%
al viroal viro1530.61%250.00%
paolo giarrussopaolo giarrusso1020.41%125.00%
Total49100.00%4100.00%
Directory: arch/x86/um
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}