Rev 2746 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2746 | Rev 2765 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #include <proc/tasklet.h> |
37 | #include <proc/tasklet.h> |
| 38 | #include <synch/spinlock.h> |
38 | #include <synch/spinlock.h> |
| 39 | #include <mm/slab.h> |
39 | #include <mm/slab.h> |
| - | 40 | #include <config.h> |
|
| 40 | 41 | ||
| 41 | /** Spinlock protecting list of tasklets */ |
42 | /** Spinlock protecting list of tasklets */ |
| 42 | SPINLOCK_INITIALIZE(tasklet_lock); |
43 | SPINLOCK_INITIALIZE(tasklet_lock); |
| 43 | 44 | ||
| 44 | /** Array of tasklet lists for every CPU */ |
45 | /** Array of tasklet lists for every CPU */ |