13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _ASM_GENERIC_KMAP_SIZE_H3#define _ASM_GENERIC_KMAP_SIZE_H4 5/* For debug this provides guard pages between the maps */6#ifdef CONFIG_DEBUG_KMAP_LOCAL7# define KM_MAX_IDX 338#else9# define KM_MAX_IDX 1610#endif11 12#endif13