mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
committed by
Norman Feske
parent
0bb6ffa98d
commit
5cd2f6ee0b
@ -917,7 +917,7 @@ extern "C" void kernel()
|
|||||||
cpu_scheduler()->head()->proceed();
|
cpu_scheduler()->head()->proceed();
|
||||||
}
|
}
|
||||||
|
|
||||||
static Kernel::Mode_transition_control * Kernel::mtc()
|
Kernel::Mode_transition_control * Kernel::mtc()
|
||||||
{
|
{
|
||||||
/* compose CPU context for kernel entry */
|
/* compose CPU context for kernel entry */
|
||||||
struct Kernel_context : Cpu::Context
|
struct Kernel_context : Cpu::Context
|
||||||
|
@ -47,7 +47,7 @@ namespace Kernel
|
|||||||
/**
|
/**
|
||||||
* Return the system wide mode-transition control
|
* Return the system wide mode-transition control
|
||||||
*/
|
*/
|
||||||
static Mode_transition_control * mtc();
|
Mode_transition_control * mtc();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kernel backend of protection domains
|
* Kernel backend of protection domains
|
||||||
|
Reference in New Issue
Block a user