From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755418Ab2DCVoU (ORCPT ); Tue, 3 Apr 2012 17:44:20 -0400 Received: from gate.crashing.org ([63.228.1.57]:55673 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755155Ab2DCVoS (ORCPT ); Tue, 3 Apr 2012 17:44:18 -0400 Message-ID: <1333489422.3040.11.camel@pasglop> Subject: Re: [PATCH v5 06/27] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead From: Benjamin Herrenschmidt To: Andreas Schwab Cc: Grant Likely , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Milton Miller , Rob Herring , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Date: Wed, 04 Apr 2012 07:43:42 +1000 In-Reply-To: References: <1329383368-12122-1-git-send-email-grant.likely@secretlab.ca> <1329383368-12122-7-git-send-email-grant.likely@secretlab.ca> <20120402202848.1EB833E02A7@localhost> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2012-04-03 at 14:11 +0200, Andreas Schwab wrote: > > When reconfiguring with NR_IRQS=128 interrupts are working again, but I > still see a lot of spurious interrupts, and the X server is still broken > (no input works, but I still don't know whether that is an unrelated > bug). I have an idea or two about the spurrious interrupt business, I'll have a look later today hopefully. As for the X server, I don't think it's related, but of course it's hard to tell. Do you see a relevant difference in the X log ? Cheers, Ben.