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