cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
sam ravnborgsam ravnborg1655.17%240.00%
pre-gitpre-git1344.83%360.00%
Total29100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}