Added means to add correct irq values to capabilities

This commit is contained in:
Bahadir Balban
2009-12-02 00:05:10 +02:00
parent 26c5b4f0b0
commit 52775d0d2f
8 changed files with 17 additions and 11 deletions

View File

@@ -348,7 +348,7 @@ int ipc_sendrecv(l4id_t to, l4id_t from, unsigned int flags)
if ((ret = ipc_send(to, flags)) < 0)
return ret;
/*
* Get origy. A client would block its server
* Get reply. A client would block its server
* only very briefly between these calls.
*/
if ((ret = ipc_recv(from, flags)) < 0)
@@ -537,7 +537,6 @@ int sys_ipc(l4id_t to, l4id_t from, unsigned int flags)
{
unsigned int ipc_dir = 0;
int ret = 0;
struct ktcb *t = current; if (!t);
/* Check arguments */
if (tid_special_value(from) &&