Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757875AbYGRNA3 (ORCPT ); Fri, 18 Jul 2008 09:00:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753773AbYGRNAP (ORCPT ); Fri, 18 Jul 2008 09:00:15 -0400 Received: from kirk.serum.com.pl ([213.77.9.205]:61333 "EHLO serum.com.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752948AbYGRNAN (ORCPT ); Fri, 18 Jul 2008 09:00:13 -0400 Date: Fri, 18 Jul 2008 13:59:12 +0100 (BST) From: "Maciej W. Rozycki" To: Vegard Nossum cc: Bjorn Helgaas , Ingo Molnar , Alexey Starikovskiy , Thomas Gleixner , venkatesh.pallipadi@intel.com, Huang Ying , Andi Kleen , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: v2.6.26-rc9: ACPI PCI irq routing on NUMA? + early_ioremap trouble In-Reply-To: <19f34abd0807180051i544367b7s64f32d601af31296@mail.gmail.com> Message-ID: References: <19f34abd0807060647k54490088uf8859d8a1646fd41@mail.gmail.com> <200807171245.31641.bjorn.helgaas@hp.com> <19f34abd0807171358p3c5a44f9i91ab23d3f5e9671f@mail.gmail.com> <19f34abd0807180051i544367b7s64f32d601af31296@mail.gmail.com> 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: 1212 Lines: 32 On Fri, 18 Jul 2008, Vegard Nossum wrote: > I have done this for the bad case: > http://folk.uio.no/vegardno/linux/netconsole2.txt Thanks. The MP table looks broken: Bus #4 is ISA I/O APIC #32 Version 32 at 0xFEC00000. Int: type 3, pol 1, trig 1, bus 4, IRQ 00, APIC ID 2, APIC INT 00 etc. (notice the different I/O APIC IDs reported), so any changes to our code are not at fault. I suggest you ask your vendor to fix it up (did they test it at all? -- it has no chance to work) or stick to ACPI (I can see it has been automatically disabled for some reason). Anyway, the piece of I/O APIC code in question should not poke at the local APIC, so I'll prepare a fix to make it check for the APIC ID being -1. > (I added a warning for certain APIC errors as well. Not that it adds > much in this particular case, but I think it would be good to have in > mainline anyway, to highlight these error cases in the future...) It might be useful indeed. Maciej -- 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/