]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/scatterlist.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / scatterlist.h
index c6d5ce3b3a25f558ecda0bc7a7b89661e49e10d2..377320e3bd1741b19d7c5acdc2ad2de78502ae6a 100644 (file)
@@ -4,7 +4,10 @@
 #include <asm/types.h>
 
 struct scatterlist {
-    struct page                *page;
+#ifdef CONFIG_DEBUG_SG
+   unsigned long       sg_magic;
+#endif
+    unsigned long      page_link;
     unsigned int       offset;
     dma_addr_t         dma_address;
     unsigned int       length;