All of lore.kernel.org
 help / color / mirror / Atom feed
From: Janboe Ye <yuan-bo.ye@motorola.com>
To: linux-omap@vger.kernel.org
Cc: mans@mansr.com, khilman@deeprootsystems.com, paul@pwsan.com,
	tony@atomide.com, hong-mei.li@motorola.com
Subject: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
Date: Thu, 16 Jul 2009 17:47:57 -0500	[thread overview]
Message-ID: <1247784477.25106.35.camel@debian-nb> (raw)

resend for mini coding style fixing

commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
vmalloc space will overlap with OMAP3 sram virtual address.

Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
---
 arch/arm/plat-omap/sram.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
index a2e60e7..755ccaa 100644
--- a/arch/arm/plat-omap/sram.c
+++ b/arch/arm/plat-omap/sram.c
@@ -41,9 +41,9 @@
 #define OMAP2_SRAM_VA          0xe3000000
 #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
 #define OMAP3_SRAM_PA           0x40200000
-#define OMAP3_SRAM_VA           0xd7000000
+#define OMAP3_SRAM_VA           0xe3000000
 #define OMAP3_SRAM_PUB_PA       0x40208000
-#define OMAP3_SRAM_PUB_VA       0xd7008000
+#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)

 #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
 #define SRAM_BOOTLOADER_SZ     0x00


             reply	other threads:[~2009-07-16 22:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16 22:47 Janboe Ye [this message]
2009-07-17 22:04 ` [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size Paul Walmsley
2009-07-21 16:02   ` Janboe Ye
2009-07-21 16:10     ` Paul Walmsley
2009-08-05 13:40       ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2009-07-16 22:38 Janboe Ye

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=1247784477.25106.35.camel@debian-nb \
    --to=yuan-bo.ye@motorola.com \
    --cc=hong-mei.li@motorola.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=mans@mansr.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /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.