cregit-Linux how code gets into the kernel

Release 4.7 arch/mips/include/asm/mmu.h

#ifndef __ASM_MMU_H

#define __ASM_MMU_H

#include <linux/atomic.h>

typedef struct {
	
unsigned long asid[NR_CPUS];
	
void *vdso;
	
atomic_t fp_mode_switching;
} 
mm_context_t;

#endif /* __ASM_MMU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
david daneydavid daney1031.25%125.00%
pre-gitpre-git1031.25%125.00%
paul burtonpaul burton618.75%125.00%
ralf baechleralf baechle618.75%125.00%
Total32100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}