GNU Linux-libre 4.14.290-gnu1
[releases.git] / arch / mn10300 / include / asm / mmu.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* MN10300 Memory management context
3  *
4  * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
5  * Written by David Howells (dhowells@redhat.com)
6  * - Derived from include/asm-frv/mmu.h
7  */
8
9 #ifndef _ASM_MMU_H
10 #define _ASM_MMU_H
11
12 /*
13  * MMU context
14  */
15 typedef struct {
16         unsigned long   tlbpid[NR_CPUS];        /* TLB PID for this process on
17                                                  * each CPU */
18 } mm_context_t;
19
20 #endif /* _ASM_MMU_H */