sparsemem.h 267 B

12345678910111213141516
  1. #ifndef _ASM_S390_SPARSEMEM_H
  2. #define _ASM_S390_SPARSEMEM_H
  3. #ifdef CONFIG_64BIT
  4. #define SECTION_SIZE_BITS 28
  5. #define MAX_PHYSMEM_BITS 46
  6. #else
  7. #define SECTION_SIZE_BITS 25
  8. #define MAX_PHYSMEM_BITS 31
  9. #endif /* CONFIG_64BIT */
  10. #endif /* _ASM_S390_SPARSEMEM_H */