blob: 45a7018a8118b911bedddbc39b984031657300ca [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
2
Olivier Deprez157378f2022-04-04 15:47:50 +02003#ifndef _ASM_RISCV_SPARSEMEM_H
4#define _ASM_RISCV_SPARSEMEM_H
David Brazdil0f672f62019-12-10 10:32:29 +00005
6#ifdef CONFIG_SPARSEMEM
7#define MAX_PHYSMEM_BITS CONFIG_PA_BITS
8#define SECTION_SIZE_BITS 27
9#endif /* CONFIG_SPARSEMEM */
10
Olivier Deprez157378f2022-04-04 15:47:50 +020011#endif /* _ASM_RISCV_SPARSEMEM_H */