public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/7][OMAP 3/4+] BRIDGE: set 0 for phys_mempool_* as default
@ 2008-09-13  4:20 Ramirez Luna, Omar
  2008-09-13  4:27 ` Ramirez Luna, Omar
  0 siblings, 1 reply; 7+ messages in thread
From: Ramirez Luna, Omar @ 2008-09-13  4:20 UTC (permalink / raw)
  To: Pandita, Vikram, linux-omap@vger.kernel.org

From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Date: Fri, 12 Sep 2008 22:09:45 -0500
Subject: [PATCH] BRIDGE: set 0 for phys_mempool_* as default

The default values of these parameters shouldn't expect a
certain amount of ram size and its reservation, otherwise
it will result in kernel crash.

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
---
 drivers/dsp/bridge/rmgr/drv_interface.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
index 64fdba4..effc9df 100644
--- a/drivers/dsp/bridge/rmgr/drv_interface.c
+++ b/drivers/dsp/bridge/rmgr/drv_interface.c
@@ -146,8 +146,8 @@ static char *base_img;
 char *iva_img;
 static char *num_procs = "C55=1";
 static s32 shm_size = 0x400000;	/* 4 MB */
-static u32 phys_mempool_base = 0x87000000;
-static u32 phys_mempool_size = 0x600000;
+static u32 phys_mempool_base;
+static u32 phys_mempool_size;
 
 #if !defined(CONFIG_ARCH_OMAP2430) && !defined(CONFIG_ARCH_OMAP3430)
 static int tc_wordswapon = 1;	/* Default value is always TRUE */
-- 
1.5.5.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-09-13 18:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-13  4:20 [PATCH 7/7][OMAP 3/4+] BRIDGE: set 0 for phys_mempool_* as default Ramirez Luna, Omar
2008-09-13  4:27 ` Ramirez Luna, Omar
2008-09-13  4:48   ` Hiroshi DOYU
2008-09-13  8:47     ` Felipe Balbi
2008-09-13  9:53       ` Hiroshi DOYU
2008-09-13 18:18         ` Hiroshi DOYU
2008-09-13 18:38           ` Hiroshi DOYU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox