blob: 411e0e255cf30778fd4ebf6843d8082b3867a0df [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
7#define MAX_PHYSADDR_BITS 41
8#define MAX_PHYSMEM_BITS 41
David S. Millerd1112012006-03-08 02:16:07 -08009
10#endif /* !(__KERNEL__) */
11
12#endif /* !(_SPARC64_SPARSEMEM_H) */