]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/scatterlist.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-omap-h63xx.git] / include / asm-alpha / scatterlist.h
index 917365405e8388fbe2b10e37621bcb30c82aa8d1..440747ca6349058d31f04b6191ed2de0870ce557 100644 (file)
@@ -5,7 +5,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;
 
        unsigned int length;