Ignore:
File:
1 edited

Legend:

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

    re49b57b2 r5e73815  
    4545#include <arch.h>
    4646
    47 /** The events array. */
     47/**
     48 * The events array.
     49 * Arranging the events in this two-dimensional array should decrease the
     50 * likelyhood of cacheline ping-pong.
     51 */
    4852static event_t events[EVENT_END];
    4953
Note: See TracChangeset for help on using the changeset viewer.