Skip to content

Derive Hash for VirtualAddress

bjorn3 requested to merge bjorn3/rmm:derive_hash_virtual_address into master

This is a requirement for using HashMap in the kernel instead of BTreeMap.

Merge request reports