Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937844AbWLGAj0 (ORCPT ); Wed, 6 Dec 2006 19:39:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937850AbWLGAjZ (ORCPT ); Wed, 6 Dec 2006 19:39:25 -0500 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:35509 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937844AbWLGAjX (ORCPT ); Wed, 6 Dec 2006 19:39:23 -0500 Message-ID: <457762E3.2010909@jp.fujitsu.com> Date: Thu, 07 Dec 2006 09:40:03 +0900 From: Hidetoshi Seto User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Arjan van de Ven Cc: Andrew Morton , linux-ia64@vger.kernel.org, Linux Kernel list Subject: Re: [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq() References: <4575212A.3020902@jp.fujitsu.com> <20061205221913.1ef416f9.akpm@osdl.org> <1165386976.3233.428.camel@laptopd505.fenrus.org> In-Reply-To: <1165386976.3233.428.camel@laptopd505.fenrus.org> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2073 Lines: 53 Arjan van de Ven wrote: >> It'd be nice if we could just teach the userspace balancer to not try to >> move perpcu IRQs? >> >> otoh, the patch is super-cheap. Arjan? > > I can fix irqbalance no problem, however I like the kernel approach as > well, since it's not just irqbalance that moves irqs, sysadmins tend to > do it as well.... so how about both? Thanks for positive comments. > One thing we probably should do, and that would help irqbalance > immensely, is to export a bitmask for which cpus an interrupt CAN go to, > next to where the current binding interface is. I'll check into that > > Hidetoshi: would it be possible to send me a /proc/interrupts file of > that machine? Here you are. This machine is not special. I guess all ia64 machine will show few or more but almost same lines. CPEI is #30. $ cat /proc/interrupts CPU0 CPU1 28: 0 0 LSAPIC cpe_poll 29: 0 0 LSAPIC cmc_poll 30: 0 0 IO-SAPIC-level cpe_hndlr 31: 0 0 LSAPIC cmc_hndlr 34: 4643 1881067 IO-SAPIC-edge ide0 39: 0 0 IO-SAPIC-level acpi 45: 148 560 IO-SAPIC-edge serial 48: 0 0 IO-SAPIC-level uhci_hcd 49: 0 0 IO-SAPIC-level uhci_hcd 50: 0 0 IO-SAPIC-level ehci_hcd 51: 21131 1257790 IO-SAPIC-level eth0 53: 21778 458314 IO-SAPIC-level ioc0 54: 0 44 IO-SAPIC-level ioc1 232: 0 0 LSAPIC mca_rdzv 238: 0 0 LSAPIC perfmon 239: 214832233 214832003 LSAPIC timer 240: 0 0 LSAPIC mca_wkup 254: 209193 611 LSAPIC IPI ERR: 0 Thanks, H.Seto - 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/