From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 01 Jan 2014 01:07:44 +0100 (CET) Received: from terminus.zytor.com ([198.137.202.10]:41759 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6822668AbaAAAHliw5Bt (ORCPT ); Wed, 1 Jan 2014 01:07:41 +0100 Received: from hanvin-mobl6.amr.corp.intel.com (fmdmzpr03-ext.fm.intel.com [192.55.54.38]) (authenticated bits=0) by mail.zytor.com (8.14.7/8.14.5) with ESMTP id rBVNwxF0030249 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 31 Dec 2013 15:59:00 -0800 Message-ID: <52C35A3D.8090109@zytor.com> Date: Tue, 31 Dec 2013 15:58:53 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Robert Graffham , linux-kernel@vger.kernel.org CC: Richard Henderson , Ivan Kokshaysky , Matt Turner , Vineet Gupta , Russell King , Hirokazu Takata , Ralf Baechle , David Howells , Koichi Yasutake , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, Paul Mundt , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Al Viro , Andrew Morton , linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-m32r@ml.linux-m32r.org, linux-m32r-ja@ml.linux-m32r.org, linux-mips@linux-mips.org, linux-am33-list@redhat.com, linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH] Slightly outdated CONFIG_SMP documentation fix References: <20131231225921.GA1624@sylph> In-Reply-To: <20131231225921.GA1624@sylph> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 38826 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: hpa@zytor.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 12/31/2013 02:59 PM, Robert Graffham wrote: > I've removed a reference to "most personal computers" being singleprocessor > machines in multiple arches' config help, and also brought the arch/arm spacing > for "singleprocessor" (vs. "single processor" used there originally) in line > with other arches that had that text. > > The diff is included below, and cleanly applies and builds on my system. I have > not tested on other systems yet since a documentation fix shouldn't fail to > build inconsistently, but if that's no excuse, I'll be happy to test further > when I can. > Acked-by: H. Peter Anvin