X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fscatterlist.h;h=440747ca6349058d31f04b6191ed2de0870ce557;hb=48fe5e594c979177b7f20affd027be56e8ea2767;hp=917365405e8388fbe2b10e37621bcb30c82aa8d1;hpb=b7405e16435f710edfae6ba32bef4ca20d3de145;p=karo-tx-linux.git diff --git a/include/asm-alpha/scatterlist.h b/include/asm-alpha/scatterlist.h index 917365405e83..440747ca6349 100644 --- a/include/asm-alpha/scatterlist.h +++ b/include/asm-alpha/scatterlist.h @@ -5,7 +5,10 @@ #include struct scatterlist { - struct page *page; +#ifdef CONFIG_DEBUG_SG + unsigned long sg_magic; +#endif + unsigned long page_link; unsigned int offset; unsigned int length;