From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751578AbaBLMu3 (ORCPT ); Wed, 12 Feb 2014 07:50:29 -0500 Received: from one.firstfloor.org ([193.170.194.197]:58886 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133AbaBLMu2 (ORCPT ); Wed, 12 Feb 2014 07:50:28 -0500 Date: Wed, 12 Feb 2014 13:50:26 +0100 From: Andi Kleen To: David Rientjes Cc: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andi Kleen , linux-kernel@vger.kernel.org, x86@kernel.org, Dave Hansen , Andrey Panin , Linus Torvalds , Matthew Dobson , Natalie Protasevich , Garry Forsgren Subject: Re: [GIT PULL] x86, apic: Remove support for Summit and ES7000 Message-ID: <20140212125026.GU11821@two.firstfloor.org> References: <87txcc57y2.fsf@tassilo.jf.intel.com> <52F40F21.8070200@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This is the removal of Summit and ES7000 subarchitectures from x86. I'd > like to do the same for NumaQ, but am still researching if we can really > do away with it. Nice! How about VISWS? Please also check if some arch abstracion innline wrappers are not needed anymore. I suspect removing numaq will be most helpful, iirc it was the most intrusive. -Andi