162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __ASM_SH_SPARSEMEM_H
362306a36Sopenharmony_ci#define __ASM_SH_SPARSEMEM_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * SECTION_SIZE_BITS		2^N: how big each section will be
762306a36Sopenharmony_ci * MAX_PHYSMEM_BITS		2^N: how much physical address space we have
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci#define SECTION_SIZE_BITS	26
1062306a36Sopenharmony_ci#define MAX_PHYSMEM_BITS	32
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#endif /* __ASM_SH_SPARSEMEM_H */
13