blob: 77bcd2bfa53ceb81d2fb82e7eac66ebef149b3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _SPARC64_SPARSEMEM_H
#define _SPARC64_SPARSEMEM_H
#ifdef __KERNEL__
#define SECTION_SIZE_BITS 31
#define MAX_PHYSADDR_BITS 42
#define MAX_PHYSMEM_BITS 42
#endif /* !(__KERNEL__) */
#endif /* !(_SPARC64_SPARSEMEM_H) */
|