From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 127D1DDF05 for ; Wed, 27 Aug 2008 19:19:45 +1000 (EST) Message-ID: <48B51C12.8060408@garzik.org> Date: Wed, 27 Aug 2008 05:19:14 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH][for 2.6.27] fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi() References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, hs@denx.de, davem@davemloft.net, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > From: Heiko Schocher > > Signed-off-by: Heiko Schocher > Signed-off-by: Vitaly Bordug > Signed-off-by: Kumar Gala > --- > > Updated to apply cleanly to top of linus's tree. > > - k > > arch/powerpc/include/asm/cpm2.h | 5 +++++ > drivers/net/fs_enet/fs_enet-main.c | 8 ++++++++ > drivers/net/fs_enet/mac-scc.c | 8 +++++++- > 3 files changed, 20 insertions(+), 1 deletions(-) applied