x86: add PUD_PAGE_SIZE
[safe/jmp/linux-2.6] / include / asm-cris / scatterlist.h
index 5a8a834..faff53a 100644 (file)
@@ -2,6 +2,9 @@
 #define __ASM_CRIS_SCATTERLIST_H
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        char *  address;    /* Location data is to be transferred to */
        unsigned int length;