Skip to content

Fix 257 page allocation in ahcid to 256.

Jacob Lorentzon requested to merge 4lDO2/drivers:ahcid_align into master

Most of that extra page is merely unused space, and allocators prefer power-of-two sizes.

Merge request reports