sparsemem.h 345 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef ASM_PARISC_SPARSEMEM_H
  3. #define ASM_PARISC_SPARSEMEM_H
  4. /* We have these possible memory map layouts:
  5. * Astro: 0-3.75, 67.75-68, 4-64
  6. * zx1: 0-1, 257-260, 4-256
  7. * Stretch (N-class): 0-2, 4-32, 34-xxx
  8. */
  9. #define MAX_PHYSMEM_BITS 39 /* 512 GB */
  10. #define SECTION_SIZE_BITS 27 /* 128 MB */
  11. #endif