cregit-Linux how code gets into the kernel

Release 4.7 arch/sh/include/asm/syscall.h

#ifndef __ASM_SH_SYSCALL_H

#define __ASM_SH_SYSCALL_H

extern const unsigned long sys_call_table[];

#ifdef CONFIG_SUPERH32
# include <asm/syscall_32.h>
#else
# include <asm/syscall_64.h>
#endif

#endif /* __ASM_SH_SYSCALL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
paul mundtpaul mundt2068.97%133.33%
mike frysingermike frysinger724.14%133.33%
david howellsdavid howells26.90%133.33%
Total29100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}