Release 4.13 tools/include/linux/module.h
#ifndef _LIBLOCKDEP_LINUX_MODULE_H_
#define _LIBLOCKDEP_LINUX_MODULE_H_
#define module_param(name, type, perm)
static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
{
return false;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexander (Sasha) Levin | 19 | 100.00% | 1 | 100.00% |
Total | 19 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexander (Sasha) Levin | 19 | 51.35% | 1 | 50.00% |
Sasha Levin | 18 | 48.65% | 1 | 50.00% |
Total | 37 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.