From patchwork Tue Aug 25 20:07:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 510613 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9E046140082 for ; Wed, 26 Aug 2015 06:11:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=k45QL/NG; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZUKVU-0006qA-RY; Tue, 25 Aug 2015 20:07:44 +0000 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZUKVR-0006mp-EP for linux-arm-kernel@lists.infradead.org; Tue, 25 Aug 2015 20:07:43 +0000 Received: by widdq5 with SMTP id dq5so26457583wid.1 for ; Tue, 25 Aug 2015 13:07:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=gY+uszJ1E8dMJXPVJnMZPSzX4nfjDJxDS9PkKuHYHjY=; b=k45QL/NGFC4ylOswxMy18YiRU/lFCwsQwumBXIDQjd5V5vJM3+5FOt0ESEGgrOn365 HrimAI4QlHTRJ/5+hMIiAhHUwM/RWIkA1xGdIuWmHkMouMQIupbvBsLM5VhJHJD8GCsX EfoBWuYeO8KMHjblpByhwWfUjOFhbwvQh0gzS6WQJMhRU7Tv8cqmvK7POZ74C9zuK01w EfXoekRgvqAhepUYgECMiTys4/+ll0378PW1yuoWCOFql6NRhow+ZydvhODhrDI2Lpv7 119lPaXwMjRE+D/DLf8tHpA0ZEunhO5ZLDnNKN1q1kWnZZhbEUtBjlj1PwxD3/v/ups6 HyDw== X-Received: by 10.195.13.200 with SMTP id fa8mr53381872wjd.9.1440533239223; Tue, 25 Aug 2015 13:07:19 -0700 (PDT) Received: from lmecul0520.st.com. (141.64.139.88.rev.sfr.net. [88.139.64.141]) by smtp.gmail.com with ESMTPSA id 4sm404291wjt.46.2015.08.25.13.07.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Aug 2015 13:07:18 -0700 (PDT) From: Maxime Coquelin To: Arnd Bergmann , olof@lixom.net, khilman@kernel.org, afaerber@suse.de Subject: [PATCH] ARM: stm32: Reduce FORCE_MAX_ZONEORDER to 9 Date: Tue, 25 Aug 2015 22:07:17 +0200 Message-Id: <1440533237-5831-1-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150825_130741_732113_7488CEF1 X-CRM114-Status: GOOD ( 10.43 ) X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c05:0:0:0:229 listed in] [list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (mcoquelin.stm32[at]gmail.com) 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (mcoquelin.stm32[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org STM32 boards having small amount of RAM, we can optimize by reducing max order page blocks size. Suggested-by: Andreas Färber Signed-off-by: Maxime Coquelin --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a750c14..57d53af 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1734,7 +1734,7 @@ config FORCE_MAX_ZONEORDER int "Maximum zone order" if ARCH_SHMOBILE_LEGACY range 11 64 if ARCH_SHMOBILE_LEGACY default "12" if SOC_AM33XX - default "9" if SA1111 || ARCH_EFM32 + default "9" if SA1111 || ARCH_EFM32 || ARCH_STM32 default "11" help The kernel memory allocator divides physically contiguous memory