Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_GENERIC_KMAP_SIZE_H
0003 #define _ASM_GENERIC_KMAP_SIZE_H
0004 
0005 /* For debug this provides guard pages between the maps */
0006 #ifdef CONFIG_DEBUG_KMAP_LOCAL
0007 # define KM_MAX_IDX 33
0008 #else
0009 # define KM_MAX_IDX 16
0010 #endif
0011 
0012 #endif