mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
We don't need to have a dedicated API for creating a VMObject with a single page, the multi-page API option works in all cases. Also make the API take a Span<NonnullRefPtr<PhysicalPage>> instead of a NonnullRefPtrVector<PhysicalPage>.