Changeset e49b57b2 in mainline
- Timestamp:
- 2009-08-08T12:16:24Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1724745f
- Parents:
- 8688a6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/event.c
r8688a6e re49b57b2 45 45 #include <arch.h> 46 46 47 /** 48 * The events array. 49 * Arranging the events in this two-dimensional array should decrease the 50 * likelyhood of cacheline ping-pong. 51 */ 47 /** The events array. */ 52 48 static event_t events[EVENT_END]; 53 49
Note:
See TracChangeset
for help on using the changeset viewer.