[PATCH]: scatter list are supposed to have a int length

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi
        
        length is int in: alpha, sparc64, ppc64 and s390x.

Later, Juan.

Index: include/asm-mips64/scatterlist.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips64/scatterlist.h,v
retrieving revision 1.4.2.5
diff -u -r1.4.2.5 scatterlist.h
--- include/asm-mips64/scatterlist.h	28 Sep 2002 18:51:41 -0000	1.4.2.5
+++ include/asm-mips64/scatterlist.h	20 Dec 2002 09:55:13 -0000
@@ -7,7 +7,7 @@
 	struct page * page;	/* Location for highmem page, if any */
 	unsigned int offset;
 	dma_addr_t dma_address;
-	unsigned long length;
+	unsigned int length;
 };
 
 #define ISA_DMA_THRESHOLD (0x00ffffff)


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux