Added a new irq_control system call

This is currently an empty call. It will be used for registering,
receiving and releasing irqs.
This commit is contained in:
Bahadir Balban
2009-11-23 16:46:51 +02:00
parent b994083e27
commit e0c40ece5d
12 changed files with 26 additions and 30 deletions

View File

@@ -36,11 +36,6 @@ int sys_schedule(void)
return 0;
}
int sys_space_control(void)
{
return -ENOSYS;
}
int sys_getid(struct task_ids *ids)
{
struct ktcb *this = current;