Changeset 330965c in mainline for kernel/generic/src/ipc/event.c
- Timestamp:
- 2009-08-08T15:40:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24f27bb, c145bc2
- Parents:
- 31de325 (diff), 42cfd91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/event.c
r31de325 r330965c 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.