From: Jack Steiner <steiner@sgi.com>
To: mingo@elte.hu, ak@suse.de, tglx@linutronix.de
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [PATCH] - Increase max physical memory size of x86_64
Date: Fri, 21 Mar 2008 08:31:57 -0500 [thread overview]
Message-ID: <20080321133157.GA10911@sgi.com> (raw)
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>
---
include/asm-x86/sparsemem.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux/include/asm-x86/sparsemem.h
===================================================================
--- linux.orig/include/asm-x86/sparsemem.h 2008-03-10 00:22:27.000000000 -0500
+++ linux/include/asm-x86/sparsemem.h 2008-03-11 14:46:29.000000000 -0500
@@ -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 */
WARNING: multiple messages have this Message-ID (diff)
From: Jack Steiner <steiner@sgi.com>
To: mingo@elte.hu, ak@suse.de, tglx@linutronix.de
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [PATCH] - Increase max physical memory size of x86_64
Date: Fri, 21 Mar 2008 08:31:57 -0500 [thread overview]
Message-ID: <20080321133157.GA10911@sgi.com> (raw)
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>
---
include/asm-x86/sparsemem.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux/include/asm-x86/sparsemem.h
===================================================================
--- linux.orig/include/asm-x86/sparsemem.h 2008-03-10 00:22:27.000000000 -0500
+++ linux/include/asm-x86/sparsemem.h 2008-03-11 14:46:29.000000000 -0500
@@ -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 */
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2008-03-21 13:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-21 13:31 Jack Steiner [this message]
2008-03-21 13:31 ` [PATCH] - Increase max physical memory size of x86_64 Jack Steiner
2008-03-21 14:24 ` Ingo Molnar
2008-03-21 14:24 ` Ingo Molnar
2008-03-25 16:41 ` Andreas Herrmann
2008-03-25 16:41 ` Andreas Herrmann
2008-03-25 16:54 ` Jack Steiner
2008-03-25 16:54 ` Jack Steiner
2008-03-25 21:02 ` Chris Snook
2008-03-25 21:02 ` Chris Snook
2008-03-27 17:30 ` Andreas Herrmann
2008-03-27 17:30 ` Andreas Herrmann
2008-03-27 17:55 ` Jack Steiner
2008-03-27 17:55 ` Jack Steiner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080321133157.GA10911@sgi.com \
--to=steiner@sgi.com \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.