Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964837AbXBYMLN (ORCPT ); Sun, 25 Feb 2007 07:11:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964831AbXBYMLN (ORCPT ); Sun, 25 Feb 2007 07:11:13 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:50710 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964837AbXBYMLM convert rfc822-to-8bit (ORCPT ); Sun, 25 Feb 2007 07:11:12 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Mika =?iso-8859-1?Q?Penttil=E4?= Cc: Andrew Morton , linux-kernel@vger.kernel.org, Zwane Mwaikambo , Ashok Raj , Ingo Molnar , "Lu, Yinghai" , Natalie Protasevich , Andi Kleen , "Siddha, Suresh B" , Linus Torvalds Subject: Re: [PATCH 13/14] x86_64 irq: Safely cleanup an irq after moving it. References: <200701221116.13154.luigi.genoni@pirelli.com> <45E178A7.7090403@kolumbus.fi> Date: Sun, 25 Feb 2007 05:09:48 -0700 In-Reply-To: <45E178A7.7090403@kolumbus.fi> (Mika =?iso-8859-1?Q?Penttil?= =?iso-8859-1?Q?=E4's?= message of "Sun, 25 Feb 2007 13:53:11 +0200") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 27 Mika Penttil? writes: > Eric W. Biederman wrote: >> * Vectors 0x20-0x2f are used for ISA interrupts. >> */ >> -#define IRQ0_VECTOR FIRST_EXTERNAL_VECTOR >> +#define IRQ0_VECTOR FIRST_EXTERNAL_VECTOR + 0x10 >> #define IRQ1_VECTOR IRQ0_VECTOR + 1 >> #define IRQ2_VECTOR IRQ0_VECTOR + 2 >> #define IRQ3_VECTOR IRQ0_VECTOR + 3 >> @@ -82,7 +87,7 @@ >> > I think we have a dependency in i8259.c that irq0 is mapped to vector 0x20. We did, but I'm pretty certain I removed it when I introduced the IRQ[0-15]_VECTOR defines. One of my test machines seems to be delivering irq0 in EXTInt mode with this patch applied (a bug of another flavor) so I don't think there is a real issue here. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/