mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
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:
committed by
Christian Helmuth
parent
f148388227
commit
7e3334ca02
@ -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) { }
|
||||
|
||||
|
Reference in New Issue
Block a user