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
| Person | Tokens | Prop | Commits | CommitProp |
| david daney | david daney | 10 | 31.25% | 1 | 25.00% |
| pre-git | pre-git | 10 | 31.25% | 1 | 25.00% |
| paul burton | paul burton | 6 | 18.75% | 1 | 25.00% |
| ralf baechle | ralf baechle | 6 | 18.75% | 1 | 25.00% |
| Total | 32 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.