From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from phoenix.infradead.org ([81.187.226.98]:50188 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S261782AbUJYMg1 (ORCPT ); Mon, 25 Oct 2004 08:36:27 -0400 Date: Mon, 25 Oct 2004 13:36:24 +0100 From: Christoph Hellwig Subject: Re: generic hardirq code in 2.6.10-rc1 Message-ID: <20041025123624.GA32463@infradead.org> References: <20041024155443.GA25013@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Miles Bader Cc: Kernel Mailing List , linux-arch@vger.kernel.org List-ID: On Mon, Oct 25, 2004 at 03:02:59PM +0900, Miles Bader wrote: > Christoph Hellwig writes: > > Btw, it would be nice if all architectures that have more or less > > a copy of the i386 irq.c could switch to the generic code. > > > > That would be: alpha,ia64, m32r, mips, sh, sh64, um, v850 > > Er, yeah, hold on (speaking for v850, I generally only ever look at real > releases and try to update for the next one). It's not urgent anyway - the old code continues to work, it'd just be nicer if as many as possible architectures used the common code.