]> err.no Git - linux-2.6/blobdiff - include/asm-sh64/scatterlist.h
Merge git://git.infradead.org/mtd-2.6
[linux-2.6] / include / asm-sh64 / scatterlist.h
index 1c723f2d7a9516a2daa26fe3113d87a2eab44043..5109251970e7ca96fde9b68e6cc66d74662e1f72 100644 (file)
 #include <asm/types.h>
 
 struct scatterlist {
-    struct page * page; /* Location for highmem page, if any */
+#ifdef CONFIG_DEBUG_SG
+    unsigned long sg_magic;
+#endif
+    unsigned long page_link;
     unsigned int offset;/* for highmem, page offset */
     dma_addr_t dma_address;
     unsigned int length;