diff options
Diffstat (limited to 'include/asm-ia64/scatterlist.h')
| -rw-r--r-- | include/asm-ia64/scatterlist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-ia64/scatterlist.h b/include/asm-ia64/scatterlist.h index 7d5234d50312..d6f57874041d 100644 --- a/include/asm-ia64/scatterlist.h +++ b/include/asm-ia64/scatterlist.h | |||
| @@ -9,7 +9,10 @@ | |||
| 9 | #include <asm/types.h> | 9 | #include <asm/types.h> |
| 10 | 10 | ||
| 11 | struct scatterlist { | 11 | struct scatterlist { |
| 12 | struct page *page; | 12 | #ifdef CONFIG_DEBUG_SG |
| 13 | unsigned long sg_magic; | ||
| 14 | #endif | ||
| 15 | unsigned long page_link; | ||
| 13 | unsigned int offset; | 16 | unsigned int offset; |
| 14 | unsigned int length; /* buffer length */ | 17 | unsigned int length; /* buffer length */ |
| 15 | 18 | ||
