blob: 77bcd2bfa53ceb81d2fb82e7eac66ebef149b3a4 [file] [log] [blame]
David S. Millerd1112012006-03-08 02:16:07 -08001#ifndef _SPARC64_SPARSEMEM_H
2#define _SPARC64_SPARSEMEM_H
3
4#ifdef __KERNEL__
5
David S. Millerd78d0892007-03-14 22:47:01 -07006#define SECTION_SIZE_BITS 31
David S. Miller4e286d52007-03-15 00:21:45 -07007#define MAX_PHYSADDR_BITS 42
8#define MAX_PHYSMEM_BITS 42
David S. Millerd1112012006-03-08 02:16:07 -08009
10#endif /* !(__KERNEL__) */
11
12#endif /* !(_SPARC64_SPARSEMEM_H) */