Work on scheduler
This commit is contained in:
parent
e72c8fe6fd
commit
184f1a60de
9 changed files with 67 additions and 41 deletions
|
|
@ -206,7 +206,7 @@ void uacpi_kernel_free_event(uacpi_handle handle){
|
|||
}
|
||||
|
||||
uacpi_thread_id uacpi_kernel_get_thread_id(void){
|
||||
return get_cpu_struct();
|
||||
return get_current_cpu_struct();
|
||||
}
|
||||
|
||||
uacpi_status uacpi_kernel_acquire_mutex(uacpi_handle handle, uacpi_u16 t){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue