]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/scatterlist.h
[S390] Cleanup monreader printk messages.
[linux-2.6-omap-h63xx.git] / include / asm-sparc / scatterlist.h
index 4055af90ad7e45ad92430d1cf6df03aa1e13c2ec..c82609ca1d0faa6ae9a85bd23b062cf386081608 100644 (file)
@@ -1,11 +1,13 @@
-/* $Id: scatterlist.h,v 1.8 2001/12/17 07:05:15 davem Exp $ */
 #ifndef _SPARC_SCATTERLIST_H
 #define _SPARC_SCATTERLIST_H
 
 #include <linux/types.h>
 
 struct scatterlist {
-       struct page *page;
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
+       unsigned long page_link;
        unsigned int offset;
 
        unsigned int length;