mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
committed by
Christian Helmuth
parent
5c77ebb1fb
commit
4fc3eca4aa
@ -25,7 +25,7 @@ Kernel::Vm::Vm(void * const state,
|
||||
void * const /* table */)
|
||||
:
|
||||
Cpu_job(Cpu_priority::MIN, 0),
|
||||
_state((Genode::Vm_state * const)state),
|
||||
_state((Genode::Vm_state *)state),
|
||||
_context(context), _table(0)
|
||||
{
|
||||
affinity(cpu_pool().primary_cpu());
|
||||
|
@ -210,7 +210,7 @@ Kernel::Vm::Vm(void * const state,
|
||||
void * const table)
|
||||
: Cpu_job(Cpu_priority::MIN, 0),
|
||||
_id(alloc().alloc()),
|
||||
_state((Genode::Vm_state * const)state),
|
||||
_state((Genode::Vm_state *)state),
|
||||
_context(context),
|
||||
_table(table)
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
Kernel::Vm::Vm(void * const state, Kernel::Signal_context * const context,
|
||||
void * const)
|
||||
: Cpu_job(Cpu_priority::MIN, 0),
|
||||
_state((Genode::Vm_state * const) state),
|
||||
_state((Genode::Vm_state *) state),
|
||||
_context(context),
|
||||
_table(nullptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user