···4141{4242 unsigned long page_link = sg->page_link & 0x3;43434444+ /*4545+ * In order for the low bit stealing approach to work, pages4646+ * must be aligned at a 32-bit boundary as a minimum.4747+ */4848+ BUG_ON((unsigned long) page & 0x03);4449#ifdef CONFIG_DEBUG_SG4550 BUG_ON(sg->sg_magic != SG_MAGIC);4651#endif