From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754631AbcHYTLD (ORCPT ); Thu, 25 Aug 2016 15:11:03 -0400 Received: from tex.lwn.net ([70.33.254.29]:36170 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753595AbcHYTLB (ORCPT ); Thu, 25 Aug 2016 15:11:01 -0400 Date: Thu, 25 Aug 2016 13:10:56 -0600 From: Jonathan Corbet To: Baoquan He Cc: "Zhou, =?UTF-8?B?V2Vuamlhbi/lkajmlofliZE=?=" , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dyoung@redhat.com, vgoyal@redhat.com, kexec@lists.infradead.org, linux-doc@vger.kernel.org, xlpang@redhat.com, joe@perches.com Subject: Re: [PATCH v9 1/2] Documentation: kdump: remind user of nr_cpus Message-ID: <20160825131056.58bb1379@lwn.net> In-Reply-To: <20160824050645.GA8279@x1.redhat.com> References: <1471489907-27737-1-git-send-email-zhouwj-fnst@cn.fujitsu.com> <1471489907-27737-2-git-send-email-zhouwj-fnst@cn.fujitsu.com> <20160818111854.362bb972@lwn.net> <57B653D1.8060106@cn.fujitsu.com> <20160819095740.1cccc073@lwn.net> <57BA51E0.1070902@cn.fujitsu.com> <20160824050645.GA8279@x1.redhat.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2016 13:06:45 +0800 Baoquan He wrote: > Hi Jon, do you think change as below is OK to you? So nr_cpus is the maximum value, and maxcpus is the current number. Figures. No wonder the documentation is confusing... Anyway, this is much more along the lines of what I was hoping for, yes; I'll go ahead and apply it. Many thanks for humoring me on this! jon