18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __ASM_SH_SPARSEMEM_H 38c2ecf20Sopenharmony_ci#define __ASM_SH_SPARSEMEM_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * SECTION_SIZE_BITS 2^N: how big each section will be 78c2ecf20Sopenharmony_ci * MAX_PHYSMEM_BITS 2^N: how much physical address space we have 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci#define SECTION_SIZE_BITS 26 108c2ecf20Sopenharmony_ci#define MAX_PHYSMEM_BITS 32 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* __ASM_SH_SPARSEMEM_H */ 13