docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst
[linux-2.6-microblaze.git] / arch / arm / include / asm / kmap_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ARM_KMAP_TYPES_H
3 #define __ARM_KMAP_TYPES_H
4
5 /*
6  * This is the "bare minimum".  AIO seems to require this.
7  */
8 #define KM_TYPE_NR 16
9
10 #endif