From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 09 Nov 2004 12:45:55 +0000 (GMT) Received: from verein.lst.de ([IPv6:::ffff:213.95.11.210]:64420 "EHLO mail.lst.de") by linux-mips.org with ESMTP id ; Tue, 9 Nov 2004 12:45:50 +0000 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id iA9Cjlla005880 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 9 Nov 2004 13:45:47 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id iA9CjlMl005878; Tue, 9 Nov 2004 13:45:47 +0100 Date: Tue, 9 Nov 2004 13:45:47 +0100 From: Christoph Hellwig To: Thomas Koeller Cc: linux-mips@linux-mips.org Subject: Re: [PATCH] Function / prototype mismatch Message-ID: <20041109124547.GA5766@lst.de> References: <200411091328.42360.thomas.koeller@baslerweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411091328.42360.thomas.koeller@baslerweb.com> User-Agent: Mutt/1.3.28i X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 6282 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: hch@lst.de Precedence: bulk X-list: linux-mips On Tue, Nov 09, 2004 at 01:28:42PM +0100, Thomas Koeller wrote: > The definition of do_IRQ() in arch/mips/kernel/irq.c > does not match the prototype in include/asm-mips/irq.h, > resulting in a compile error. might be worse to switch mips to the generic kernel/irq/ code whicg gets this right