Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mn10300 / include / asm / mmu.h
blobb9d6d41adace1d93c4af6ec425eaf7a453d0847a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* MN10300 Memory management context
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 */
9 #ifndef _ASM_MMU_H
10 #define _ASM_MMU_H
13 * MMU context
15 typedef struct {
16 unsigned long tlbpid[NR_CPUS]; /* TLB PID for this process on
17 * each CPU */
18 } mm_context_t;
20 #endif /* _ASM_MMU_H */