xref: /linux/arch/riscv/include/asm/sparsemem.h (revision ea25a153ee06bd1d17c7eff9e97d09dd9191f6e4)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __ASM_SPARSEMEM_H
4 #define __ASM_SPARSEMEM_H
5 
6 #ifdef CONFIG_SPARSEMEM
7 #define MAX_PHYSMEM_BITS	CONFIG_PA_BITS
8 #define SECTION_SIZE_BITS	27
9 #endif /* CONFIG_SPARSEMEM */
10 
11 #endif /* __ASM_SPARSEMEM_H */
12