1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2f15cbe6fSPaul Mundt #ifndef __ASM_SH_SPARSEMEM_H 3f15cbe6fSPaul Mundt #define __ASM_SH_SPARSEMEM_H 4f15cbe6fSPaul Mundt 5f15cbe6fSPaul Mundt /* 6f15cbe6fSPaul Mundt * SECTION_SIZE_BITS 2^N: how big each section will be 7*c56771b3SArvind Sankar * MAX_PHYSMEM_BITS 2^N: how much physical address space we have 8f15cbe6fSPaul Mundt */ 9f15cbe6fSPaul Mundt #define SECTION_SIZE_BITS 26 10f15cbe6fSPaul Mundt #define MAX_PHYSMEM_BITS 32 11f15cbe6fSPaul Mundt 12f15cbe6fSPaul Mundt #endif /* __ASM_SH_SPARSEMEM_H */ 13