X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fscatterlist.h;h=83d69fe17c9f1404e481e2d2cbb22985f0be2cf5;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=7af104c95b205ce9ef2e093ae59327c79832bbfc;hpb=a3d52136ee8f7399859f9a0824470fd49b1d1a00;p=linux-2.6 diff --git a/include/asm-mips/scatterlist.h b/include/asm-mips/scatterlist.h index 7af104c95b..83d69fe17c 100644 --- a/include/asm-mips/scatterlist.h +++ b/include/asm-mips/scatterlist.h @@ -4,7 +4,10 @@ #include struct scatterlist { - struct page * page; +#ifdef CONFIG_DEBUG_SG + unsigned long sg_magic; +#endif + unsigned long page_link; unsigned int offset; dma_addr_t dma_address; unsigned int length;