Update to kernel systable for new capability control signature.

This commit is contained in:
Bahadir Balban
2009-12-04 00:37:00 +02:00
parent 5b783f4e2e
commit 87c18a5532
2 changed files with 2 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ The thread to remove the mapping could not be found on the system.
.B -ENOCAP
Capabilities required don't exist or caller do not have sufficient privileges.
.B -1
.B -ENOMAP
There is already an unmapped area in one of the pages that were unmapped. This may or may not be an error, depending on what state the caller expects the unmapped area to be in.
.SH SEE ALSO

View File

@@ -99,9 +99,7 @@ int arch_sys_capability_control(syscall_context_t *regs)
{
return sys_capability_control((unsigned int)regs->r0,
(unsigned int)regs->r1,
(l4id_t)regs->r2,
(l4id_t)regs->r3,
(void *)regs->r4);
(void *)regs->r2);
}
int arch_sys_container_control(syscall_context_t *regs)