From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3A5DFDDDDF for ; Wed, 31 Dec 2008 03:42:03 +1100 (EST) Date: Tue, 30 Dec 2008 11:39:48 -0500 From: Neil Horman To: David Miller Subject: Re: [PATCH] clean up of netif_rx_reschedule() changes in drivers Message-ID: <20081230163948.GB2701@localhost.localdomain> References: <20081229102509.GA11111@linux.vnet.ibm.com> <20081229214144.43be8c1d.sfr@canb.auug.org.au> <20081229153757.GA2857@localhost.localdomain> <20081229.181908.214463121.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20081229.181908.214463121.davem@davemloft.net> Cc: sfr@canb.auug.org.au, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kamalesh@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org, linux-next@vger.kernel.org, torvalds@linux-foundation.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Dec 29, 2008 at 06:19:08PM -0800, David Miller wrote: > From: Neil Horman > Date: Mon, 29 Dec 2008 10:37:57 -0500 > > > On Mon, Dec 29, 2008 at 09:41:44PM +1100, Stephen Rothwell wrote: > > > Hi Kamalesh, > > > > > > On Mon, 29 Dec 2008 15:55:29 +0530 Kamalesh Babulal wrote: > > > > greping through the sources for the changes missed out, we have > > > > > > > . > > > . > > > > > > > > Signed-off-by: Kamalesh Babulal > ... > > Thanks guys, not sure how my patch missed that. I did an allmodconfig build > > that passed successfully. Thanks! > > It's very simple, you're not building on powerpc or ARM :-) > Doh! Stupid of me. apologies. > > Acked-by: Neil Horman > > Applied, thanks everyone. >