]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/csky/include/asm/mmu.h
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulu...
[thirdparty/linux.git] / arch / csky / include / asm / mmu.h
CommitLineData
013de2d6
GR
1/* SPDX-License-Identifier: GPL-2.0 */
2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4#ifndef __ASM_CSKY_MMU_H
5#define __ASM_CSKY_MMU_H
6
7typedef struct {
22d55f02 8 atomic64_t asid;
013de2d6 9 void *vdso;
997153b9 10 cpumask_t icache_stale_mask;
013de2d6
GR
11} mm_context_t;
12
13#endif /* __ASM_CSKY_MMU_H */