Fix page table corruption in bcm2835-sdhost driver. (#1620)
The sg->page_link field is no longer directly convertable to a page pointer since the base kernel stores extra info in some of the unused bits. Convert code to use the sg_page macro which is more portable. Reenable SD/MMC drivers in arm64 config.
Loading
Please sign in to comment