Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/event.c

    r5e73815 re49b57b2  
    4545#include <arch.h>
    4646
    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. */
    5248static event_t events[EVENT_END];
    5349
Note: See TracChangeset for help on using the changeset viewer.