Release 4.11 arch/um/kernel/gmon_syms.c
/*
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#include <linux/module.h>
extern void __bb_init_func(void *) __attribute__((weak));
EXPORT_SYMBOL(__bb_init_func);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jeff Dike | 14 | 66.67% | 4 | 66.67% |
Paolo 'Blaisorblade' Giarrusso | 6 | 28.57% | 1 | 16.67% |
Al Viro | 1 | 4.76% | 1 | 16.67% |
Total | 21 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.