patch-2.4.22 linux-2.4.22/include/asm-arm/scatterlist.h
Next file: linux-2.4.22/include/asm-arm/setup.h
Previous file: linux-2.4.22/include/asm-arm/ptrace.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-08-25 04:44:43.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-arm/scatterlist.h
-  Orig date: 
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/scatterlist.h linux-2.4.22/include/asm-arm/scatterlist.h
@@ -5,7 +5,8 @@
 
 struct scatterlist {
 	char		*address;	/* virtual address		 */
-	struct page	*page;		/* Location for highmem page, if any */
+	struct page	*page;		/* buffer page			 */
+	unsigned int	offset;		/* buffer address		 */
 	dma_addr_t	dma_address;	/* dma address			 */
 	unsigned int	length;		/* length			 */
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)