repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
csky
/
include
/
asm
/
mmu.h
blob
26fbb1d15df08ea711f73efe26b39bc356312cc0
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
atomic64_t asid
;
9
void
*
vdso
;
10
cpumask_t icache_stale_mask
;
11
}
mm_context_t
;
12
13
#endif
/* __ASM_CSKY_MMU_H */