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:
Axel Dörfler 2003-10-28 21:16:36 +00:00
parent cff2375bba
commit 9e54ef1458

View File

@ -109,8 +109,7 @@ arch_cpu_global_TLB_invalidate(void)
// ToDo: doesn't belong here!
#include <OS.h>
#if 0
long long
system_time(void)
{
@ -119,6 +118,7 @@ system_time(void)
return (time_base * 1000000) / ((66*1000*1000) / 4);
// ToDo: remove hard coded
}
#endif
int