]> err.no Git - linux-2.6/blobdiff - include/asm-mips/scatterlist.h
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6] / include / asm-mips / scatterlist.h
index 7af104c95b205ce9ef2e093ae59327c79832bbfc..83d69fe17c9f1404e481e2d2cbb22985f0be2cf5 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;