Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Feb 2003 13:10:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Feb 2003 13:10:23 -0500 Received: from holomorphy.com ([66.224.33.161]:59022 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Mon, 17 Feb 2003 13:10:23 -0500 Date: Mon, 17 Feb 2003 10:16:14 -0800 From: William Lee Irwin III To: "Kamble, Nitin A" Cc: linux-kernel@vger.kernel.org, "Nakajima, Jun" , "Mallick, Asit K" , "Saxena, Sunil" Subject: Re: [PATCH][2.5] IRQ distribution patch for 2.5.58 Message-ID: <20030217181614.GP29983@holomorphy.com> Mail-Followup-To: William Lee Irwin III , "Kamble, Nitin A" , linux-kernel@vger.kernel.org, "Nakajima, Jun" , "Mallick, Asit K" , "Saxena, Sunil" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 651 Lines: 20 On Thu, Jan 16, 2003 at 01:08:55PM -0800, Kamble, Nitin A wrote: > + spin_lock(&desc->lock); > + irq_balance_mask[selected_irq] = target_cpu_mask; > + spin_unlock(&desc->lock); Wrong. irq_balance_mask[selected_irq] = cpu_to_logical_apicid(min_loaded); ... except this needs auditing for the assumption that the RTE's are using logical DESTMOD. Guess whose box won't boot with your code in? -- wli - 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/