patch-2.4.19 linux-2.4.19/include/asm-mips/scatterlist.h

Next file: linux-2.4.19/include/asm-mips/semaphore.h
Previous file: linux-2.4.19/include/asm-mips/reg.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips/scatterlist.h linux-2.4.19/include/asm-mips/scatterlist.h
@@ -1,20 +1,20 @@
-#ifndef __ASM_MIPS_SCATTERLIST_H
-#define __ASM_MIPS_SCATTERLIST_H
+#ifndef __ASM_SCATTERLIST_H
+#define __ASM_SCATTERLIST_H
 
 struct scatterlist {
-    char *  address;    /* Location data is to be transferred to */
-    unsigned int length;
-    
-    __u32 dvma_address;
+	char * address;		/* Location data is to be transferred to */
+	struct page * page;	/* Location for highmem page, if any */
+	unsigned int length;
+	__u32 dvma_address;
 };
 
 struct mmu_sglist {
-        char *addr;
-        char *__dont_touch;
-        unsigned int len;
-        __u32 dvma_addr;
+	char *addr;
+	char *__dont_touch;
+	unsigned int len;
+	__u32 dvma_addr;
 };
 
 #define ISA_DMA_THRESHOLD (0x00ffffff)
 
-#endif /* __ASM_MIPS_SCATTERLIST_H */
+#endif /* __ASM_SCATTERLIST_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)