refactor: Refactored the kernel boot process and added a init framework
close: #I3I768 Change-Id: I4f801df4abe1a9afdf43391c28276e96a5e81513
This commit is contained in:
@@ -1080,7 +1080,7 @@ int getitimer(int which, struct itimerval *value)
|
||||
}
|
||||
|
||||
#ifdef LOSCFG_KERNEL_VDSO
|
||||
VOID OsGetVdsoTime(VdsoDataPage *vdsoDataPage)
|
||||
VOID OsVdsoTimeGet(VdsoDataPage *vdsoDataPage)
|
||||
{
|
||||
UINT32 intSave;
|
||||
struct timespec64 tmp = {0};
|
||||
|
||||
Reference in New Issue
Block a user