core: make region-map verbosity configurable

With this patch, diagnostic messages generated by core's region-map
handling are printed only if the PD session is created with 'diag'
mode enabled.
This commit is contained in:
Norman Feske
2017-12-14 09:27:50 +01:00
committed by Christian Helmuth
parent f148388227
commit 7e3334ca02
5 changed files with 24 additions and 15 deletions

View File

@ -44,7 +44,7 @@ class Genode::Region_map_component : public Rpc_object<Region_map>,
public:
Region_map_component(Rpc_entrypoint &, Allocator &, Pager_entrypoint &,
addr_t, size_t) { }
addr_t, size_t, Session::Diag) { }
void upgrade_ram_quota(size_t ram_quota) { }