Changeset 0108984a in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2008-09-17T13:38:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9a29d6
- Parents:
- fb9b0b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
rfb9b0b0 r0108984a 46 46 #include <udebug/udebug_ipc.h> 47 47 #include <arch/interrupt.h> 48 #include <print.h>49 48 #include <syscall/copy.h> 50 49 #include <security/cap.h> … … 900 899 return (unative_t) rc; 901 900 902 printf("sys_ipc_connect_kbox(%lld, %d)\n", taskid_arg.value);901 LOG("sys_ipc_connect_kbox(%" PRIu64 ")\n", taskid_arg.value); 903 902 904 903 return ipc_connect_kbox(taskid_arg.value);
Note:
See TracChangeset
for help on using the changeset viewer.