Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753071AbeADIDT (ORCPT + 1 other); Thu, 4 Jan 2018 03:03:19 -0500 Received: from mail.cn.fujitsu.com ([183.91.158.132]:21102 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753054AbeADIDQ (ORCPT ); Thu, 4 Jan 2018 03:03:16 -0500 X-IronPort-AV: E=Sophos;i="5.43,368,1503331200"; d="scan'208";a="34373179" From: Chao Fan To: , , , , , , , CC: , , , Chao Fan Subject: [PATCH v5 4/4] document: change the document for immovable_mem Date: Thu, 4 Jan 2018 16:02:19 +0800 Message-ID: <20180104080219.23893-5-fanc.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180104080219.23893-1-fanc.fnst@cn.fujitsu.com> References: <20180104080219.23893-1-fanc.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain X-yoursite-MailScanner-ID: C1A68486A799.AC225 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: fanc.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Add the document for the change of new parameter immovable_mem=nn[KMG][@ss[KMG]]. Signed-off-by: Chao Fan --- Documentation/admin-guide/kernel-parameters.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 7041c6710f22..41b69a010d1a 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -2352,6 +2352,16 @@ allocations which rules out almost all kernel allocations. Use with caution! + immovable_mem=nn[KMG][@ss[KMG]] + [KNL] Force usage of a specific region of memory. + Make memory hotplug work well with KASLR. + Region of memory in immovable node is from ss to ss+nn. + If ss is omitted, it defaults to 0. + Multiple regions can be specified, comma delimited. + Notice: we support 4 regions at most now. + Example: + immovable_mem=1G,500M@2G,1G@4G + MTD_Partition= [MTD] Format: ,,, -- 2.14.3