From patchwork Tue Apr 20 03:29:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 50506 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 71EADB7D0B for ; Tue, 20 Apr 2010 13:30:25 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O44AC-0008AD-PL; Tue, 20 Apr 2010 04:30:16 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O44AB-0008A3-4N for kernel-team@lists.ubuntu.com; Tue, 20 Apr 2010 04:30:15 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1O44AB-0005KW-1v; Tue, 20 Apr 2010 04:30:15 +0100 Received: from [112.65.48.82] (helo=[192.168.1.101]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O44AA-00006Z-FM; Tue, 20 Apr 2010 04:30:14 +0100 Message-ID: <4BCD1FB2.9060100@canonical.com> Date: Tue, 20 Apr 2010 11:29:54 +0800 From: Eric Miao User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100407 Shredder/3.0.5pre MIME-Version: 1.0 To: Andy Whitcroft Subject: [mvl-dove] UBUNTU: [Config] increase CONFIG_BLK_DEV_RAM_SIZE to 65536 Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com commit b224640b7e8b201c679dab961de9b36dc832803a Author: Eric Miao Date: Tue Apr 20 10:06:27 2010 +0800 UBUNTU: [Config] increase CONFIG_BLK_DEV_RAM_SIZE to 65536 BugLink: http://bugs.launchpad.net/bugs/563679 +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 Signed-off-by: Eric Miao Acked-by: Tim Gardner Acked-by: Andy Whitcroft diff --git a/debian.mvl-dove/config/config.common.ubuntu b/debian.mvl-dove/config/config.common.ubuntu index 6f859b4..6d15247 100644 --- a/debian.mvl-dove/config/config.common.ubuntu +++ b/debian.mvl-dove/config/config.common.ubuntu @@ -265,8 +265,8 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_MD=m CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_COUNT=1 -CONFIG_BLK_DEV_RAM_SIZE=4096 +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=m # CONFIG_BLK_DEV_SR_VENDOR is not set