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

11 lines
224 B
C
Raw Normal View History

2021-07-14 00:44:10 +02:00
#ifndef _ASM_E2K_SPARSEMEM_H
#define _ASM_E2K_SPARSEMEM_H
#ifdef CONFIG_SPARSEMEM
# define SECTION_SIZE_BITS 28
2021-07-14 00:45:56 +02:00
# define MAX_PHYSMEM_BITS CONFIG_E2K_PA_BITS
2021-07-14 00:44:10 +02:00
#endif /* CONFIG_SPARSEMEM */
#endif /* _ASM_E2K_SPARSEMEM_H */