Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269046AbUJTJBk (ORCPT ); Wed, 20 Oct 2004 05:01:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270054AbUJTI6V (ORCPT ); Wed, 20 Oct 2004 04:58:21 -0400 Received: from mx1.elte.hu ([157.181.1.137]:27603 "EHLO mx1.elte.hu") by vger.kernel.org with ESMTP id S270262AbUJTIrX (ORCPT ); Wed, 20 Oct 2004 04:47:23 -0400 Date: Wed, 20 Oct 2004 10:48:38 +0200 From: Ingo Molnar To: Benjamin Herrenschmidt Cc: Paul Mackerras , Andrew Morton , Linus Torvalds , Anton Blanchard , Linux Kernel list , Christoph Hellwig Subject: Re: New consolidate irqs vs . probe_irq_*() Message-ID: <20041020084838.GA25798@elte.hu> References: <16758.3807.954319.110353@cargo.ozlabs.ibm.com> <20041020083358.GB23396@elte.hu> <1098261745.6263.9.camel@gaston> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1098261745.6263.9.camel@gaston> User-Agent: Mutt/1.4.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1050 Lines: 24 * Benjamin Herrenschmidt wrote: > Do you have any objection if I send a patch making the whole > probe_irq_* stuff optional on a CONFIG_ option ? (turning it into nops > like we used to have on ppc until now, if the option isn't set). > > I really don't want to mess with that racy mecanism that makes sense > for ISA only afaik, and it seems some drivers are trying to use it now > that it's there (/me looks toward yenta_socket) and I'm afraid of the > consequences since I cannot see how that thing can work properly in > the first place ;) yeah. I've put it into a separate autoprobe.c file specifically for that reason, you can exclude it in the Makefile and can provide your own architecture version. Or should we make the no-autoprobing choice generic perhaps? Ingo - 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/