Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH]: scatter list are supposed to have a int length
@ 2002-12-20 10:27 Juan Quintela
  0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-20 10:27 UTC (permalink / raw)
  To: Ralf Baechle, mipslist


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-20 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 10:27 [PATCH]: scatter list are supposed to have a int length Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox