sel4: enable support for direct unmap in core

Issue #2563
This commit is contained in:
Alexander Boettcher 2017-11-09 22:20:07 +01:00 committed by Christian Helmuth
parent caba2d3021
commit 7d54d1da0c
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ class Genode::Platform : public Platform_generic
Affinity::Space affinity_space() const override {
return sel4_boot_info().numNodes; }
bool supports_unmap() override { return true; }
bool supports_direct_unmap() const override { return true; }
/*******************
** seL4 specific **
*******************/