Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752992AbcD1VwN (ORCPT ); Thu, 28 Apr 2016 17:52:13 -0400 Received: from relay1.sgi.com ([192.48.180.66]:38465 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752646AbcD1VwL (ORCPT ); Thu, 28 Apr 2016 17:52:11 -0400 Subject: Re: [PATCH 07/21] X86_64, UV: Remove Support for UV1 To: Ingo Molnar References: <20160428005457.471061412@asylum.americas.sgi.com> <20160428005458.729286570@asylum.americas.sgi.com> <20160428084844.GB16679@gmail.com> Cc: "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Len Brown , x86@kernel.org, linux-kernel@vger.kernel.org, Dimitri Sivanich , Russ Anderson , John Estabrook , Nathan Zimmer , andrew banman From: Mike Travis Message-ID: <57228600.1040405@sgi.com> Date: Thu, 28 Apr 2016 14:52:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160428084844.GB16679@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 29 Hi Ingo, I updated that patch to not remove any code, but instead there is now a config option to enable or disable UV1 support, as well as an config help message on why that might be done. I also addressed the other issues you raised in the following 2 emails. And I found out that the newer "checkpatches" script also had some new "concerns". I was able to fix all that were possible (or practical). The patches follow... Thanks! Mike On 4/28/2016 1:48 AM, Ingo Molnar wrote: > > * Mike Travis wrote: > >> The UV1 architecture is no longer being supported in future Linux kernels, so > > Is such hardware still out there? If yes then please don't break it. > > You might not want to test it, and if no-one else does it will eventually and > inevitably bit rot, but please don't intentionally cripple it .. > > Thanks, > > Ingo >