linux-headers/arch/e2k/include/asm/sparsemem.h

11 lines
224 B
C

#ifndef _ASM_E2K_SPARSEMEM_H
#define _ASM_E2K_SPARSEMEM_H
#ifdef CONFIG_SPARSEMEM
# define SECTION_SIZE_BITS 28
# define MAX_PHYSMEM_BITS CONFIG_E2K_PA_BITS
#endif /* CONFIG_SPARSEMEM */
#endif /* _ASM_E2K_SPARSEMEM_H */