From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753598AbYGMJXp (ORCPT ); Sun, 13 Jul 2008 05:23:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752519AbYGMJXh (ORCPT ); Sun, 13 Jul 2008 05:23:37 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:59319 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752475AbYGMJXh (ORCPT ); Sun, 13 Jul 2008 05:23:37 -0400 Date: Sun, 13 Jul 2008 11:23:24 +0200 From: Ingo Molnar To: Yinghai Lu Cc: Thomas Gleixner , "H. Peter Anvin" , Suresh Siddha , LKML Subject: Re: [PATCH] x86: make 64bit have get_apic_id Message-ID: <20080713092324.GA12749@elte.hu> References: <200807080141.05436.yhlu.kernel@gmail.com> <200807111843.11157.yhlu.kernel@gmail.com> <200807111844.17084.yhlu.kernel@gmail.com> <200807120101.20554.yhlu.kernel@gmail.com> <20080713062802.GC2534@elte.hu> <20080713065917.GA29634@elte.hu> <86802c440807130005x721b781dy6d4b569f4c736a22@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440807130005x721b781dy6d4b569f4c736a22@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu wrote: > On Sat, Jul 12, 2008 at 11:59 PM, Ingo Molnar wrote: > > > >> * Yinghai Lu wrote: > >> > >> > and read_apic_id become macro > >> > GET_APIC_ID(apic_read(APIC_ID)) > > > > Yinghai, you had that x86/x2apic crash - do you think we can now try it > > again in tip/master? > > Yes. it looks good now. I test it for two days already. no problem > found. ok, thanks - i've merged it into tip/master and will do some more testing myself as well. Ingo