From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232AbYFBJn3 (ORCPT ); Mon, 2 Jun 2008 05:43:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751076AbYFBJnV (ORCPT ); Mon, 2 Jun 2008 05:43:21 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:36714 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbYFBJnV (ORCPT ); Mon, 2 Jun 2008 05:43:21 -0400 Date: Mon, 2 Jun 2008 11:43:08 +0200 From: Ingo Molnar To: Pavel Machek Cc: Thomas Gleixner , kernel list , "H. Peter Anvin" , macro@ds2.pg.gda.pl Subject: Re: i8259: fix final uglyness Message-ID: <20080602094308.GD26242@elte.hu> References: <20080520151528.GA1596@elf.ucw.cz> <20080520204750.GA31409@elte.hu> <20080521094402.GB12763@elf.ucw.cz> <20080522223232.GA1602@elf.ucw.cz> <20080527085541.GA1708@elf.ucw.cz> <20080528104257.GD5728@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080528104257.GD5728@elf.ucw.cz> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.1 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.1 required=5.9 tests=BAYES_05 autolearn=no SpamAssassin version=3.2.3 -1.1 BAYES_05 BODY: Bayesian spam probability is 1 to 5% [score: 0.0139] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek wrote: > > > > > Introduce IRQx_VECTOR on 32-bit, so that #ifdef noise is kept > > > > > down. There should be no object code change. > > > > > > > > thanks for doing this. The patch fails due to other changes in > > > > this area (especially the hw_irq.h unification). Can you please > > > > redo against: > > Done. applied to tip/x86/irq, thanks Pavel. Ingo