From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751910AbWFUBIN (ORCPT ); Tue, 20 Jun 2006 21:08:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751908AbWFUBIM (ORCPT ); Tue, 20 Jun 2006 21:08:12 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:14258 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S1751453AbWFUBIK (ORCPT ); Tue, 20 Jun 2006 21:08:10 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Rajesh Shah Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, discuss@x86-64.org, Ingo Molnar , Thomas Gleixner , Andi Kleen , Natalie Protasevich , Len Brown , Kimball Murray , Brice Goglin , Greg Lindahl , Dave Olson , Jeff Garzik , Greg KH , Grant Grundler , "bibo,mao" , Mark Maule , Jesper Juhl , Shaohua Li , Matthew Wilcox , "Michael S. Tsirkin" , Ashok Raj , Randy Dunlap , Roland Dreier , Tony Luck Subject: Re: [PATCH 0/25] Decouple IRQ issues (MSI, i386, x86_64, ia64) References: <20060620173017.A10402@unix-os.sc.intel.com> Date: Tue, 20 Jun 2006 19:07:10 -0600 In-Reply-To: <20060620173017.A10402@unix-os.sc.intel.com> (Rajesh Shah's message of "Tue, 20 Jun 2006 17:30:18 -0700") Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Rajesh Shah writes: > On Tue, Jun 20, 2006 at 04:24:35PM -0600, Eric W. Biederman wrote: >> >> The primary aim of this patch is to remove maintenances problems caused >> by the irq infrastructure. The two big issues I address are an >> artificially small cap on the number of irqs, and that MSI assumes >> vector == irq. My primary focus is on x86_64 but I have touched >> other architectures where necessary to keep them from breaking. >> > The MSI portions of this patchset is similar to the MSI cleanup > I was working on. I'll drop my patchkit and instead comment on > the relevant patches in this kit. > > I got a couple of minor compile errors on i386 (kernel/io_apic.c). > I fixed them up by hand and the resulting kernel booted and > worked with MSI in the limited testing I've done so far. Sounds good. Hmm. I thought I had compile tested on i386. Something must have bit rotted since then. :( Eric