From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758216AbZBTLBn (ORCPT ); Fri, 20 Feb 2009 06:01:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751596AbZBTLBc (ORCPT ); Fri, 20 Feb 2009 06:01:32 -0500 Received: from mx2.redhat.com ([66.187.237.31]:59887 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbZBTLBc (ORCPT ); Fri, 20 Feb 2009 06:01:32 -0500 Date: Fri, 20 Feb 2009 12:58:04 +0200 From: Gleb Natapov To: Ingo Molnar Cc: Suresh Siddha , Yinghai Lu , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: enable x2apic early at the first point Message-ID: <20090220105804.GA24826@redhat.com> References: <499DD40F.40102@kernel.org> <1235081612.14523.23.camel@vayu> <499DE05A.40804@kernel.org> <1235086118.14523.40.camel@vayu> <20090220083528.GB24555@elte.hu> <20090220090912.GA4632@redhat.com> <20090220094123.GJ24555@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090220094123.GJ24555@elte.hu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 20, 2009 at 10:41:23AM +0100, Ingo Molnar wrote: > > * Gleb Natapov wrote: > > > > > I will post couple of patches, which revert's Gleb's patch > > > > and another fix for the early boot failure issue, > > > > tomorrow. > > > > If you'll revert my patch it will not be possible to use > > x2apic in KVM (at least without KVM implementing interrupt > > remapping which is unneeded otherwise) and x2apic interface is > > much better for vitalization. Instead of reverting the patch > > it will be better to add check if x2apic can be used without > > intr-remmaping (all CPUs belong to cluster 0) or allow > > enabling of x2apic without IR if running as a guest. > > yep, that would be required - because your patch can break real > systems right now. Mind sending me a fix for it? > > I've applied Yinghai's fix as well, so please base it on latest > tip:master. > OK. Will send next week. -- Gleb.