]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/asm-m68k/scatterlist.h
Add CONFIG_DEBUG_SG sg validation
[mirror_ubuntu-zesty-kernel.git] / include / asm-m68k / scatterlist.h
index e06bb891048ec68c1e228de3afe084fcccfc2c3b..d3a7a0edfecab3d9ad3a04cc3e936cf1ca9faf50 100644 (file)
@@ -4,6 +4,9 @@
 #include <linux/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        unsigned long page_link;
        unsigned int offset;
        unsigned int length;