[kernel] r7469 - in dists/trunk/linux-2.6/debian/patches: bugfix bugfix/powerpc series

Bastian Blank waldi at costa.debian.org
Wed Sep 20 15:30:06 UTC 2006


Author: waldi
Date: Wed Sep 20 15:30:05 2006
New Revision: 7469

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/
   dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/
   dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mv643-define.patch   (contents, props changed)
Modified:
   dists/trunk/linux-2.6/debian/patches/series/1

Log:
* debian/patches/series/1: Add bugfix/powerpc/mv643-define.patch.
* debian/patches/bugfix/powerpc/mv643-define.patch: Add.


Added: dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mv643-define.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mv643-define.patch	Wed Sep 20 15:30:05 2006
@@ -0,0 +1,13 @@
+diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
+index eeab1df..59de3e7 100644
+--- a/drivers/net/mv643xx_eth.c
++++ b/drivers/net/mv643xx_eth.c
+@@ -385,7 +385,7 @@ static int mv643xx_eth_receive_queue(str
+ 	struct pkt_info pkt_info;
+ 
+ 	while (budget-- > 0 && eth_port_receive(mp, &pkt_info) == ETH_OK) {
+-		dma_unmap_single(NULL, pkt_info.buf_ptr, RX_SKB_SIZE,
++		dma_unmap_single(NULL, pkt_info.buf_ptr, ETH_RX_SKB_SIZE,
+ 							DMA_FROM_DEVICE);
+ 		mp->rx_desc_count--;
+ 		received_packets++;

Modified: dists/trunk/linux-2.6/debian/patches/series/1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1	Wed Sep 20 15:30:05 2006
@@ -30,3 +30,4 @@
 + arm-get_unaligned-gcc41-const.patch
 + powerpc-serial.patch
 + powerpc-oldworld-boot-fix.patch
++ bugfix/powerpc/mv643-define.patch



More information about the Kernel-svn-changes mailing list