From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753034AbYIVKEj (ORCPT ); Mon, 22 Sep 2008 06:04:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751857AbYIVKEb (ORCPT ); Mon, 22 Sep 2008 06:04:31 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:61629 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbYIVKEa (ORCPT ); Mon, 22 Sep 2008 06:04:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=b0RjMfKdedtb4BiO4/JgkUe5qAuGbfbsNPK757QlNSEIdcdh140kTUYdT/5hvLKN3r Z2DX8NFR5y5vSMPmLKXWeIj5yU+exZaJI+HNp0wO/7+CWmOF5Sr2rUQFqhcufN7SQ6Ah 4XuXqqw8ADckKbgIDcT4U0D9fBBvXGo2+K65Y= Date: Mon, 22 Sep 2008 14:04:32 +0400 From: Cyrill Gorcunov To: Yinghai Lu Cc: Ingo Molnar , "Maciej W. Rozycki" , LKML Subject: Re: [PATCH] x86: do_boot_cpu - add check if we have ESR register Message-ID: <20080922100432.GE7663@localhost> References: <20080922093603.GC7663@localhost> <20080922095148.GD7663@localhost> <86802c440809220257q4e1b4c81o534c957d919a6b3c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440809220257q4e1b4c81o534c957d919a6b3c@mail.gmail.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Yinghai Lu - Mon, Sep 22, 2008 at 02:57:17AM -0700] | > | > Actually it's resend of the patch. On previous attempt | > Yinghai was proposed to choose: | > | >> one apic_version or boot_cpu_apic_version could be enough | > | > but I think it should be different patch which does cleaning | > up variables usage. So for now I think _this_ patch is enough | > since idea is to prevent of touching nonexistant register rather | > code cleaning (whci could be done later). | | do we have systems that have mixed cpu supported with different apic version? | | YH | I don't think it's possible on a single motherboard. For integrated apics it will require different families of cpu. - Cyrill -