mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Make cell's managed RPC objects, i.e. make cell capabilities valid.
This commit is contained in:
@@ -84,6 +84,13 @@ class Ealan::Cell_component : public Genode::Rpc_object<Cell>,
|
||||
|
||||
_calculate_mask_for_location(&_cip->cores_reserved, affinity.location());
|
||||
Genode::log("Cores for <", label, ">: ", _cip->cores_reserved);
|
||||
|
||||
_ep.manage(this);
|
||||
}
|
||||
|
||||
~Cell_component()
|
||||
{
|
||||
_ep.dissolve(this);
|
||||
}
|
||||
|
||||
/********************
|
||||
|
||||
Reference in New Issue
Block a user