system_time() is implemented in libroot/os/arch.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cff2375bba
commit
9e54ef1458
@ -109,8 +109,7 @@ arch_cpu_global_TLB_invalidate(void)
|
|||||||
|
|
||||||
|
|
||||||
// ToDo: doesn't belong here!
|
// ToDo: doesn't belong here!
|
||||||
#include <OS.h>
|
#if 0
|
||||||
|
|
||||||
long long
|
long long
|
||||||
system_time(void)
|
system_time(void)
|
||||||
{
|
{
|
||||||
@ -119,6 +118,7 @@ system_time(void)
|
|||||||
return (time_base * 1000000) / ((66*1000*1000) / 4);
|
return (time_base * 1000000) / ((66*1000*1000) / 4);
|
||||||
// ToDo: remove hard coded
|
// ToDo: remove hard coded
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user