]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-alpha/scatterlist.h
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
[karo-tx-linux.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;