#include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h>
int fre(void *frD, void *frB) { #ifdef DEBUG printk("%s: %p %p\n", __func__, frD, frB); #endif return -ENOSYS; }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| benjamin herrenschmidt | benjamin herrenschmidt | 33 | 100.00% | 1 | 100.00% |
| Total | 33 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| benjamin herrenschmidt | benjamin herrenschmidt | 42 | 100.00% | 1 | 100.00% |
| Total | 42 | 100.00% | 1 | 100.00% |