Changeset fbcfd458 in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-03-18T23:02:08Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4b45210
Parents:
ba81cab
Message:

Untested better IPC functions.

  • There is some bug in MIPS, unpredicatbly sometimes the thread gets mapped

different frame for stack.

File:
1 edited

Legend:

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

    rba81cab rfbcfd458  
    7878        sys_ipc_wait_for_call,
    7979        sys_ipc_connect_to_me,
    80         sys_ipc_connect_me_to
     80        sys_ipc_connect_me_to,
     81        sys_ipc_hangup
    8182};
Note: See TracChangeset for help on using the changeset viewer.