From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755249AbZAKD7l (ORCPT ); Sat, 10 Jan 2009 22:59:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752355AbZAKD7d (ORCPT ); Sat, 10 Jan 2009 22:59:33 -0500 Received: from relay2.sgi.com ([192.48.179.30]:38491 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752256AbZAKD7c (ORCPT ); Sat, 10 Jan 2009 22:59:32 -0500 Message-ID: <49696E92.6010804@sgi.com> Date: Sat, 10 Jan 2009 19:59:14 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Ingo Molnar CC: Matt Mackall , Yinghai Lu , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] sparseirq: make some func to be used with genirq References: <496534B1.6080902@kernel.org> <20090108120619.GF1539@elte.hu> <1231435078.3178.278.camel@calx> <20090111034646.GA28520@elte.hu> In-Reply-To: <20090111034646.GA28520@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Matt Mackall wrote: > >> On Thu, 2009-01-08 at 13:06 +0100, Ingo Molnar wrote: >>> (Matt Cc:-ed) >>> >>> Matt, does this look good to you? The point of this cleanup would be to >>> make desc->timer_rand_state depend on hardirq (the presence of irq_desc[]) >>> - not sparseirq (which does not make much sense). >> Seems fine. >> >> Signed-off-by: Matt Mackall > > applied it to tip/irq/urgent, thanks guys! > > Ingo > -- > 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/ This will conflict with the change of kstat_irqs from unsigned int to unsigned long. If you do your magic on tip/cpus4096, I will git-remote update my tree and make the conflict go away... Thanks, Mike