Release 4.7 arch/sparc/include/asm/string.h
#ifndef ___ASM_SPARC_STRING_H
#define ___ASM_SPARC_STRING_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/string_64.h>
#else
#include <asm/string_32.h>
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| sam ravnborg | sam ravnborg | 16 | 55.17% | 2 | 40.00% |
| pre-git | pre-git | 13 | 44.83% | 3 | 60.00% |
| Total | 29 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.