]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/scatterlist.h
x86: add lapic_shutdown for x86_64
[linux-2.6-omap-h63xx.git] / include / asm-sparc / scatterlist.h
index 4055af90ad7e45ad92430d1cf6df03aa1e13c2ec..e08d3d775b08aff2fa7029aa592744cc78ed5ad4 100644 (file)
@@ -5,7 +5,10 @@
 #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;