Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756574Ab0FHVJK (ORCPT ); Tue, 8 Jun 2010 17:09:10 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44759 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756330Ab0FHVJI (ORCPT ); Tue, 8 Jun 2010 17:09:08 -0400 Message-ID: <4C0EB168.5080801@zytor.com> Date: Tue, 08 Jun 2010 14:08:56 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4 MIME-Version: 1.0 To: "Eric W. Biederman" CC: jacob pan , Alan Cox , Arjan van de Ven , LKML , Ingo Molnar , Feng Tang , Len Brown Subject: Re: [PATCH] x86/sfi: fix ioapic gsi range References: <1275952044-27996-1-git-send-email-jacob.jun.pan@linux.intel.com> <20100607225010.342e2fab@jacob-laptop> <4C0EA9BD.1090306@zytor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 21 On 06/08/2010 01:59 PM, Eric W. Biederman wrote: > > No. There is no reason to loose 16 IDT entries indefinitely. We may > need a boot time allocation when we see we have isa irqs, to replace > the static allocation that we have. But for the most part we dynamically > idt entries aka vector numbers today, and there is no reason we can't > generalize that in the future. > Well, that boot time allocation is one of the things legacy_pic->nr_legacy_irq is used for, and it really makes sense, I think. I would really like to move away from a compile-time allocation, and I still find it hard to believe it has a reason to exist. -hpa -- 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/