Release 4.14 arch/m68k/include/asm/uaccess.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __uClinux__
#include <asm/uaccess_no.h>
#else
#include <asm/uaccess_mm.h>
#endif
#include <asm/extable.h>
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Sam Ravnborg | 11 | 64.71% | 1 | 25.00% |
| Al Viro | 3 | 17.65% | 1 | 25.00% |
| David Howells | 2 | 11.76% | 1 | 25.00% |
| Greg Kroah-Hartman | 1 | 5.88% | 1 | 25.00% |
| Total | 17 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.