Skip to content

Remove all usages of physunmap

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

Physunmap only specifies the start address, which imposes unnecessary bookkeeping by the kernel. This MR converts all physunmaps to funmaps, and aligns sizes to the page size.

Edited by Jacob Lorentzon

Merge request reports