Changeset 874621f in mainline for generic/src/ipc/ipc.c
- Timestamp:
- 2006-06-06T07:40:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dbc4e7
- Parents:
- 6f9a9bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/ipc.c
r6f9a9bc r874621f 336 336 list_append(&request->link, &box->dispatched_calls); 337 337 } else { 338 /* This can happen regularly after ipc_cleanup, remove 339 * the warning in the future when the IPC is 340 * more debugged */ 341 printf("WARNING: Spurious IPC wakeup.\n"); 338 /* This can happen regularly after ipc_cleanup */ 342 339 spinlock_unlock(&box->lock); 343 340 goto restart;
Note:
See TracChangeset
for help on using the changeset viewer.