repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
asm-generic
/
kmap_types.h
blob
9f95b7b63d192817c2a94cc8f6a18d14a7550446
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_GENERIC_KMAP_TYPES_H
3
#define _ASM_GENERIC_KMAP_TYPES_H
4
5
#ifdef __WITH_KM_FENCE
6
# define KM_TYPE_NR 41
7
#else
8
# define KM_TYPE_NR 20
9
#endif
10
11
#endif