Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754087Ab2EESxb (ORCPT ); Sat, 5 May 2012 14:53:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24191 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895Ab2EESx3 (ORCPT ); Sat, 5 May 2012 14:53:29 -0400 Date: Sat, 5 May 2012 14:53:15 -0400 (EDT) From: Mikulas Patocka X-X-Sender: mpatocka@file.rdu.redhat.com To: Alan Cox cc: Linus Torvalds , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix compile failure on PA-RISC In-Reply-To: <20120505115851.1fecbe50@pyramind.ukuu.org.uk> Message-ID: References: <20120505115851.1fecbe50@pyramind.ukuu.org.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1164 Lines: 37 On Sat, 5 May 2012, Alan Cox wrote: > On Fri, 4 May 2012 22:58:32 -0400 (EDT) > Mikulas Patocka wrote: > > > Hi > > > > This patch fixes compile failure on PA-RISC. > > > > BTW. if the PA-RISC port is uncompilable for all 3.4-rc versions (and > > contains two other bugs that prevent it from booting) ... does it mean > > that I'm the only one who is using PA-RISC with recent kernel? > > > Probably - and if so would you please get the NO_IRQ define fixed because > it seems parisc also has no maintainer any more 8) > > Alan What NO_IRQ problem do you mean? There is #define NO_IRQ (-1) in arch/parisc/include/asm/irq.h. And there are other NO_IRQ definitions in other architectures, some defining it to ((unsigned int)(-1)), some to 0xffffffff, some to INT_MAX, some to (-1) and some to (0). Some drivers define NO_IRQ too, if not defined by the architecture. Mikulas -- 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/