sparsemem.h 297 B

123456789101112131415161718
  1. #ifndef _ASM_S390_SPARSEMEM_H
  2. #define _ASM_S390_SPARSEMEM_H
  3. #define SECTION_SIZE_BITS 25
  4. #ifdef CONFIG_64BIT
  5. #define MAX_PHYSADDR_BITS 42
  6. #define MAX_PHYSMEM_BITS 42
  7. #else
  8. #define MAX_PHYSADDR_BITS 31
  9. #define MAX_PHYSMEM_BITS 31
  10. #endif /* CONFIG_64BIT */
  11. #endif /* _ASM_S390_SPARSEMEM_H */