cregit-Linux how code gets into the kernel

Release 4.14 arch/mn10300/include/asm/mmu.h

/* SPDX-License-Identifier: GPL-2.0 */
/* MN10300 Memory management context
 *
 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 * - Derived from include/asm-frv/mmu.h
 */

#ifndef _ASM_MMU_H

#define _ASM_MMU_H

/*
 * MMU context
 */
typedef struct {
	
unsigned long	tlbpid[NR_CPUS];	/* TLB PID for this process on
                                                 * each CPU */

} mm_context_t;

#endif /* _ASM_MMU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells2596.15%150.00%
Greg Kroah-Hartman13.85%150.00%
Total26100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.