From mboxrd@z Thu Jan 1 00:00:00 1970 From: Finn Thain Subject: Re: m68k: [v5] Convert to genirq (WIP) Date: Sat, 3 Sep 2011 12:40:28 +1000 (EST) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from vm4.telegraphics.com.au ([98.124.60.149]:34405 "EHLO vps4.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753262Ab1ICChs (ORCPT ); Fri, 2 Sep 2011 22:37:48 -0400 In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven Cc: Thomas Gleixner , Linux/m68k , linux-kernel@vger.kernel.org On Fri, 2 Sep 2011, Geert Uytterhoeven wrote: > Since this is on Mac and mac_irq_chip is OK, I guess this is a non-PSC > Mac, i.e. the IRQ number is IRQ_MAC_SCC == IRQ_AUTO_4? Right. Similarly, the sonic driver was using IRQ_AUTO_3 when the same issue cropped up there. (I was wondering why the PSC machine didn't exhibit the problem -- as you point out, it's only auto vector interrupts that are affected.) Finn