mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00: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:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user