Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
[sfrench/cifs-2.6.git] / arch / csky / include / asm / mmu.h
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
7 typedef struct {
8         unsigned long asid[NR_CPUS];
9         void *vdso;
10 } mm_context_t;
11
12 #endif /* __ASM_CSKY_MMU_H */