Changeset 2ba7810 in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-03-16T12:24:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7dcabb
Parents:
d764ddc
Message:

Changed ipc to use spinlocks instead of mutexes again.
Fixed loading inits to set nameservice as the first loaded process.
Lot of TODO in ipc done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    rd764ddc r2ba7810  
    8282        sys_ipc_answer_fast,
    8383        sys_ipc_answer,
     84        sys_ipc_forward_fast,
    8485        sys_ipc_wait_for_call,
    85         sys_ipc_connect_to_me
     86        sys_ipc_connect_to_me,
     87        sys_ipc_connect_me_to
    8688};
Note: See TracChangeset for help on using the changeset viewer.