Release 4.11 arch/sh/include/asm/sections.h
#ifndef __ASM_SH_SECTIONS_H
#define __ASM_SH_SECTIONS_H
#include <asm-generic/sections.h>
extern long __machvec_start, __machvec_end;
extern char __uncached_start, __uncached_end;
extern char __start_eh_frame[], __stop_eh_frame[];
#endif /* __ASM_SH_SECTIONS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 12 | 37.50% | 1 | 16.67% |
Paul Mundt | 7 | 21.88% | 2 | 33.33% |
Stuart Menefy | 6 | 18.75% | 1 | 16.67% |
Matt Fleming | 6 | 18.75% | 1 | 16.67% |
Francesco Virlinzi | 1 | 3.12% | 1 | 16.67% |
Total | 32 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.