14f8b96cdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0 */
24f8b96cdSThomas Gleixner #ifndef _ASM_GENERIC_KMAP_SIZE_H
34f8b96cdSThomas Gleixner #define _ASM_GENERIC_KMAP_SIZE_H
44f8b96cdSThomas Gleixner 
54f8b96cdSThomas Gleixner /* For debug this provides guard pages between the maps */
6*6e799cb6SThomas Gleixner #ifdef CONFIG_DEBUG_KMAP_LOCAL
74f8b96cdSThomas Gleixner # define KM_MAX_IDX	33
84f8b96cdSThomas Gleixner #else
94f8b96cdSThomas Gleixner # define KM_MAX_IDX	16
104f8b96cdSThomas Gleixner #endif
114f8b96cdSThomas Gleixner 
124f8b96cdSThomas Gleixner #endif
13