Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sparsemem.h
Go to the documentation of this file.
1 #ifndef _SPARC64_SPARSEMEM_H
2 #define _SPARC64_SPARSEMEM_H
3 
4 #ifdef __KERNEL__
5 
6 #define SECTION_SIZE_BITS 30
7 #define MAX_PHYSADDR_BITS 42
8 #define MAX_PHYSMEM_BITS 42
9 
10 #endif /* !(__KERNEL__) */
11 
12 #endif /* !(_SPARC64_SPARSEMEM_H) */