From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752440AbYHKM5w (ORCPT ); Mon, 11 Aug 2008 08:57:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751417AbYHKM5o (ORCPT ); Mon, 11 Aug 2008 08:57:44 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:38316 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbYHKM5n (ORCPT ); Mon, 11 Aug 2008 08:57:43 -0400 Date: Mon, 11 Aug 2008 14:57:29 +0200 From: Ingo Molnar To: Cyrill Gorcunov Cc: Thomas Gleixner , "H. Peter Anvin" , Andi Kleen , "Maciej W. Rozycki" , Yinghai Lu , LKML Subject: Re: [PATCH -tip] x86: apic interrupts - move assignments to irqinit_32.c Message-ID: <20080811125729.GB2842@elte.hu> References: <20080808195006.GA7014@lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080808195006.GA7014@lenovo> 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 * Cyrill Gorcunov wrote: > 64bit mode APIC interrupt handlers are set within irqinit_64.c. > Lets do tha same for 32bit mode which would help in furter code merging. > > Signed-off-by: Cyrill Gorcunov > --- > > I found it useful for APIC code merging process (in which > i'm now). So please review and test if possible. > Any comments are quite welcome! > > Ugh... almost forget - the patch is over -tip tree > commit 62c67a7cc7dbd9c8d92d49cfd7d5ca1d8f354616 applied to tip/x86/core for more testing, thanks Cyrill. Ingo