X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-alpha%2Fscatterlist.h;h=440747ca6349058d31f04b6191ed2de0870ce557;hb=59b1c82500bb5d658891bc8e8a2308b76d58a4de;hp=917365405e8388fbe2b10e37621bcb30c82aa8d1;hpb=6de410c2b0cc055ae9ee640c84331f6a70878d9b;p=linux-2.6 diff --git a/include/asm-alpha/scatterlist.h b/include/asm-alpha/scatterlist.h index 917365405e..440747ca63 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;