X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fscatterlist.h;h=6df23f070b1a31b6c916528ca870b52b538dc6f4;hb=e10195c232d426b5e960038e10b0df8f75d86309;hp=703c5bbe6c8cdc4a06aa44f2a64c5d4bde5adc8d;hpb=2c941a204070ab32d92d40318a3196a7fb994c00;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc64/scatterlist.h b/include/asm-sparc64/scatterlist.h index 703c5bbe6c8..6df23f070b1 100644 --- a/include/asm-sparc64/scatterlist.h +++ b/include/asm-sparc64/scatterlist.h @@ -6,7 +6,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;