Skip to content

Commit

Permalink
x86: increase max physical memory size of 64-bit
Browse files Browse the repository at this point in the history
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: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Jack Steiner authored and Ingo Molnar committed Apr 17, 2008
1 parent 709f744 commit 8434e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-x86/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8434e73

Please sign in to comment.