mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
hw_x86_64: Add fake Timer::ms_to_tics implementation
This makes the scheduler happy and it starts scheduling threads.
This commit is contained in:
committed by
Christian Helmuth
parent
4946f21302
commit
d1a4eaed0d
@@ -48,7 +48,7 @@ class Genode::Timer
|
||||
static uint32_t ms_to_tics(unsigned const ms)
|
||||
{
|
||||
PDBG("not implemented");
|
||||
return 0;
|
||||
return 10000;
|
||||
}
|
||||
|
||||
unsigned value(unsigned)
|
||||
|
||||
Reference in New Issue
Block a user