Release 4.7 arch/x86/um/ksyms.c
#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
| Person | Tokens | Prop | Commits | CommitProp |
| jeff dike | jeff dike | 24 | 48.98% | 1 | 25.00% |
| al viro | al viro | 15 | 30.61% | 2 | 50.00% |
| paolo giarrusso | paolo giarrusso | 10 | 20.41% | 1 | 25.00% |
| Total | 49 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.