Release 4.10 arch/powerpc/math-emu/fres.c
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/uaccess.h>
int
fres(void *frD, void *frB)
{
#ifdef DEBUG
printk("%s: %p %p\n", __func__, frD, frB);
#endif
return -ENOSYS;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 32 | 96.97% | 1 | 50.00% |
harvey harrison | harvey harrison | 1 | 3.03% | 1 | 50.00% |
| Total | 33 | 100.00% | 2 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 40 | 95.24% | 1 | 33.33% |
linus torvalds | linus torvalds | 1 | 2.38% | 1 | 33.33% |
harvey harrison | harvey harrison | 1 | 2.38% | 1 | 33.33% |
| Total | 42 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.