aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/scatterlist.h
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-10-22 20:01:06 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-10-22 21:20:03 +0200
commitd6ec084200c37683278c821338f74ddf21ab80f5 (patch)
tree931a112061e3a861768384b8b6ea20fdd35bd41b /include/asm-xtensa/scatterlist.h
parentChange table chaining layout (diff)
downloadlinux-dev-d6ec084200c37683278c821338f74ddf21ab80f5.tar.xz
linux-dev-d6ec084200c37683278c821338f74ddf21ab80f5.zip
Add CONFIG_DEBUG_SG sg validation
Add a Kconfig entry which will toggle some sanity checks on the sg entry and tables. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/asm-xtensa/scatterlist.h')
-rw-r--r--include/asm-xtensa/scatterlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-xtensa/scatterlist.h b/include/asm-xtensa/scatterlist.h
index 3b8aba5d2c68..810080bb0a2b 100644
--- a/include/asm-xtensa/scatterlist.h
+++ b/include/asm-xtensa/scatterlist.h
@@ -14,6 +14,9 @@
#include <asm/types.h>
struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+ unsigned long sg_magic;
+#endif
unsigned long page_link;
unsigned int offset;
dma_addr_t dma_address;