mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
NOVA: delegate EC cap solely with recall right
Vancouver recalls the vCPU in the vCPU dispatcher code. Enable the right bit in the mapped native cap so that Vancouver actually is able to perform this operation.
This commit is contained in:
parent
4155585267
commit
9c57fd7229
@ -125,7 +125,10 @@ namespace Genode {
|
||||
|
||||
Native_capability native_cap()
|
||||
{
|
||||
return Native_capability(_sel_ec(), 0);
|
||||
using namespace Nova;
|
||||
|
||||
return Native_capability(
|
||||
_sel_ec(), Obj_crd::RIGHT_EC_RECALL);
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user