From patchwork Tue Sep 8 20:38:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 7143171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C06769F1BF for ; Tue, 8 Sep 2015 20:41:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ED2FC2064F for ; Tue, 8 Sep 2015 20:41:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2F235205B6 for ; Tue, 8 Sep 2015 20:41:14 +0000 (UTC) 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 1ZZPfG-0004ey-0n; Tue, 08 Sep 2015 20:38:50 +0000 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZZPez-0004TH-Kx for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2015 20:38:34 +0000 Received: by wicgb1 with SMTP id gb1so92517208wic.1 for ; Tue, 08 Sep 2015 13:38:12 -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:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=XAG+8H55CuA8COoY/rFeNKfX4lrT1/CoZT60rF4uoDw=; b=djv25+4lwLkl+Lbx9WEGZTVrPVIS+oBQpFk271VAcl/drGMzsBzGEdnlWF6wNPpo9Q 1fYyqOQW1Ynol4dHejsuPx0yFtDE/RPVjj/QlftKcfLjR9OOpSKFu3ZcDttsyj0GJfBU QQNwEJbSUIi/Lvofs4pZaHQKoBBzBc7EznAgj3uHnSUl3TAR4rZSJj7TSLZgmvht+plX wp7+nf9wMj9VrcRYQlTR09FQCHwNgCCTHe8z5ASVGjt2wcAP4ONrhsM2CWYL5ILW43DJ lC312waKZXVrEoU5sbD7/veKp+lgouIK35dKs606w08oooQx/mfKWePtyT+cYsgAmf1a /VSQ== X-Received: by 10.194.103.228 with SMTP id fz4mr25270585wjb.53.1441744692052; Tue, 08 Sep 2015 13:38:12 -0700 (PDT) Received: from lmecul0520.st.com. (101.210.139.88.rev.sfr.net. [88.139.210.101]) by smtp.gmail.com with ESMTPSA id hr17sm233610wib.16.2015.09.08.13.38.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Sep 2015 13:38:11 -0700 (PDT) From: Maxime Coquelin To: Arnd Bergmann , olof@lixom.net, khilman@kernel.org, afaerber@suse.de, u.kleine-koenig@pengutronix.de Subject: [PATCH v2 2/3] ARM: configs: Set FORCE_MAX_ZONE_ORDER to 9 in stm32_defconfig Date: Tue, 8 Sep 2015 22:38:05 +0200 Message-Id: <1441744686-20521-3-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441744686-20521-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1441744686-20521-1-git-send-email-mcoquelin.stm32@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150908_133833_833215_649E3982 X-CRM114-Status: GOOD ( 12.18 ) X-Spam-Score: -2.5 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: 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+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 4725fab..9fe3b39 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -25,6 +25,7 @@ CONFIG_DRAM_BASE=0x90000000 CONFIG_FLASH_MEM_BASE=0x08000000 CONFIG_FLASH_SIZE=0x00200000 CONFIG_PREEMPT=y +CONFIG_FORCE_MAX_ZONEORDER=9 # CONFIG_ATAGS is not set CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0