···41{42 unsigned long page_link = sg->page_link & 0x3;4344+ /*45+ * In order for the low bit stealing approach to work, pages46+ * must be aligned at a 32-bit boundary as a minimum.47+ */48+ BUG_ON((unsigned long) page & 0x03);49#ifdef CONFIG_DEBUG_SG50 BUG_ON(sg->sg_magic != SG_MAGIC);51#endif