]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/mn10300/include/asm/mmu.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / mn10300 / include / asm / mmu.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b920de1b
DH
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 */
15typedef 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 */