mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-23 05:01:45 +00:00
Update kernel code
This commit is contained in:
@@ -224,6 +224,9 @@ static int sys_ipc(SysFrm *, enum IPCCommand Command,
|
||||
static long sys_local_thread_state(SysFrm *, int Code,
|
||||
unsigned long Address)
|
||||
{
|
||||
/* TODO: return EFAULT if Address is not mapped */
|
||||
/* TODO: return EINVAL if Code is invalid */
|
||||
/* TODO: return EPERM if Address is outside of process address space */
|
||||
#if defined(a64) || defined(aa64)
|
||||
switch (Code)
|
||||
{
|
||||
|
Reference in New Issue
Block a user