mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 12:20:21 +00:00
To make the x86 page table base implementation compatible with the function signatures used in hw, make the Intel IOMMU specific arguments optional: - Make the `flush` parameter default to false. - Make the `supported_sizes` parameter default to 1GB + 2MB + 4k. Issue #5217