Go to the documentation of this file. 1 #ifndef _ASM_X86_SPARSEMEM_H
2 #define _ASM_X86_SPARSEMEM_H
4 #ifdef CONFIG_SPARSEMEM
18 # ifdef CONFIG_X86_PAE
19 # define SECTION_SIZE_BITS 29
20 # define MAX_PHYSADDR_BITS 36
21 # define MAX_PHYSMEM_BITS 36
23 # define SECTION_SIZE_BITS 26
24 # define MAX_PHYSADDR_BITS 32
25 # define MAX_PHYSMEM_BITS 32
28 # define SECTION_SIZE_BITS 27
29 # define MAX_PHYSADDR_BITS 44
30 # define MAX_PHYSMEM_BITS 46