X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fscatterlist.h;h=6df23f070b1a31b6c916528ca870b52b538dc6f4;hb=38192d52f159bc06b7f523800c10b583cdd661d5;hp=4cbaf7c6b0bb95f34d861f1113b09170ce0b5b8f;hpb=18dabf473e15850c0dbc8ff13ac1e2806d542c15;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc64/scatterlist.h b/include/asm-sparc64/scatterlist.h index 4cbaf7c6b0b..6df23f070b1 100644 --- a/include/asm-sparc64/scatterlist.h +++ b/include/asm-sparc64/scatterlist.h @@ -6,6 +6,9 @@ #include struct scatterlist { +#ifdef CONFIG_DEBUG_SG + unsigned long sg_magic; +#endif unsigned long page_link; unsigned int offset;