From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754703Ab3IXUzF (ORCPT ); Tue, 24 Sep 2013 16:55:05 -0400 Received: from merlin.infradead.org ([205.233.59.134]:58762 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754492Ab3IXUzD (ORCPT ); Tue, 24 Sep 2013 16:55:03 -0400 Message-ID: <5241FC12.4090107@infradead.org> Date: Tue, 24 Sep 2013 13:54:42 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Weiping Pan CC: linux-mm@kvack.org, rob@landley.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH resend] typo: replace kernelcore with Movable References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/24/13 01:48, Weiping Pan wrote: > Han Pingtian found a typo in Documentation/kernel-parameters.txt > about "kernelcore=", that "kernelcore" should be replaced with "Movable" here. > > I sent this patch a 8 months ago and got ack from Mel Gorman, > http://marc.info/?l=linux-mm&m=135756720602638&w=2 > but it has not been merged so I resent it again. > > Signed-off-by: Weiping Pan so add: Acked-by: Mel Gorman and Cc: Andrew Morton. He can easily merge it. Thanks. > --- > Documentation/kernel-parameters.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt > index 1a036cd9..c3ea235 100644 > --- a/Documentation/kernel-parameters.txt > +++ b/Documentation/kernel-parameters.txt > @@ -1357,7 +1357,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. > pages. In the event, a node is too small to have both > kernelcore and Movable pages, kernelcore pages will > take priority and other nodes will have a larger number > - of kernelcore pages. The Movable zone is used for the > + of Movable pages. The Movable zone is used for the > allocation of pages that may be reclaimed or moved > by the page migration subsystem. This means that > HugeTLB pages may not be allocated from this zone. > -- ~Randy