public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Mans Rullgard <mans@mansr.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH] OMAP: Increase VMALLOC_END to allow 256MB RAM
Date: Thu,  2 Oct 2008 09:36:51 +0100	[thread overview]
Message-ID: <1222936611-19084-1-git-send-email-mans@mansr.com> (raw)

This increases VMALLOC_END to 0x18000000, making room for 256MB
RAM with the default 128MB vmalloc region.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/plat-omap/include/mach/vmalloc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/include/mach/vmalloc.h b/arch/arm/plat-omap/include/mach/vmalloc.h
index d8515cb..b97dfaf 100644
--- a/arch/arm/plat-omap/include/mach/vmalloc.h
+++ b/arch/arm/plat-omap/include/mach/vmalloc.h
@@ -17,5 +17,5 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
-#define VMALLOC_END	  (PAGE_OFFSET + 0x17000000)
+#define VMALLOC_END	  (PAGE_OFFSET + 0x18000000)
 
-- 
1.6.0.2


             reply	other threads:[~2008-10-02  8:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-02  8:36 Mans Rullgard [this message]
2008-10-02  9:29 ` [PATCH] OMAP: Increase VMALLOC_END to allow 256MB RAM Kevin Hilman
2008-10-04  9:38   ` Koen Kooi
2008-10-06  7:16     ` Tony Lindgren

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=1222936611-19084-1-git-send-email-mans@mansr.com \
    --to=mans@mansr.com \
    --cc=linux-omap@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox