Skip to content
Snippets Groups Projects
Commit 8434e73d authored by Jack Steiner's avatar Jack Steiner Committed by Ingo Molnar
Browse files

x86: increase max physical memory size of 64-bit


Increase the maximum physical address size of x86_64 system
to 44-bits. This is in preparation for future chips that
support larger physical memory sizes.

Signed-off-by: default avatarJack Steiner <steiner@sgi.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 709f744f
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@
# endif
#else /* CONFIG_X86_32 */
# define SECTION_SIZE_BITS 27 /* matt - 128 is convenient right now */
# define MAX_PHYSADDR_BITS 40
# define MAX_PHYSMEM_BITS 40
# define MAX_PHYSADDR_BITS 44
# define MAX_PHYSMEM_BITS 44
#endif
#endif /* CONFIG_SPARSEMEM */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment