From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753399Ab1ICCht (ORCPT ); Fri, 2 Sep 2011 22:37:49 -0400 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 Date: Sat, 3 Sep 2011 12:40:28 +1000 (EST) From: Finn Thain To: Geert Uytterhoeven cc: Thomas Gleixner , Linux/m68k , linux-kernel@vger.kernel.org Subject: Re: m68k: [v5] Convert to genirq (WIP) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (OSX 1167 2008-08-23) 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 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