From patchwork Mon Jul 25 17:19:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 1005672 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6PHK4IR021282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 25 Jul 2011 17:20:25 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QlOos-0005CG-Ax; Mon, 25 Jul 2011 17:19:54 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QlOor-0002cM-Vj; Mon, 25 Jul 2011 17:19:53 +0000 Received: from wolverine02.qualcomm.com ([199.106.114.251]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QlOoW-0002Yh-4p for linux-arm-kernel@lists.infradead.org; Mon, 25 Jul 2011 17:19:32 +0000 X-IronPort-AV: E=McAfee;i="5400,1158,6418"; a="105550800" Received: from pdmz-css-vrrp.qualcomm.com (HELO mostmsg01.qualcomm.com) ([199.106.114.130]) by wolverine02.qualcomm.com with ESMTP/TLS/ADH-AES256-SHA; 25 Jul 2011 10:19:27 -0700 Received: from sboyd-linux.qualcomm.com (pdmz-snip-v218.qualcomm.com [192.168.218.1]) by mostmsg01.qualcomm.com (Postfix) with ESMTPA id 3282F10004DE; Mon, 25 Jul 2011 10:19:27 -0700 (PDT) From: Stephen Boyd To: Russell King Subject: [PATCHv2 2/2] ARM: ARM_PATCH_PHYS_VIRT_16BIT no longer depends on MSM Date: Mon, 25 Jul 2011 10:19:22 -0700 Message-Id: <1311614362-9011-2-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.7.6.233.gd79bc In-Reply-To: <1311614362-9011-1-git-send-email-sboyd@codeaurora.org> References: <1311614362-9011-1-git-send-email-sboyd@codeaurora.org> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110725_131932_505805_1CBFEDEA X-CRM114-Status: GOOD ( 18.50 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [199.106.114.251 listed in list.dnswl.org] Cc: Nicolas Pitre , linux-arm-msm@vger.kernel.org, David Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Mon, 25 Jul 2011 17:20:25 +0000 (UTC) MSM no longer requires the 16bit version of dynamic P2V. Drop the dependency. Signed-off-by: Stephen Boyd Cc: Nicolas Pitre Cc: David Brown Acked-by: Nicolas Pitre --- arch/arm/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c24f97a..da4508d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -209,8 +209,8 @@ config ARM_PATCH_PHYS_VIRT for the MSM machine class. config ARM_PATCH_PHYS_VIRT_16BIT - def_bool y - depends on ARM_PATCH_PHYS_VIRT && ARCH_MSM + bool + depends on ARM_PATCH_PHYS_VIRT help This option extends the physical to virtual translation patching to allow physical memory down to a theoretical minimum of 64K