]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/scatterlist.h
module: don't ignore vermagic string if module doesn't have modversions
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / scatterlist.h
index a452ea24205a70b1fd271d47158706f7809d6957..d6f57874041d0f80e351dcfeafb27aed21d755a8 100644 (file)
@@ -9,7 +9,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;    /* buffer length */
 
@@ -30,4 +33,6 @@ struct scatterlist {
 #define sg_dma_len(sg)         ((sg)->dma_length)
 #define sg_dma_address(sg)     ((sg)->dma_address)
 
+#define        ARCH_HAS_SG_CHAIN
+
 #endif /* _ASM_IA64_SCATTERLIST_H */