Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3862 | ||
|---|---|---|---|
| Line 110... | Line 110... | ||
| 110 | #include <arch.h> |
110 | #include <arch.h> |
| 111 | #include <panic.h> |
111 | #include <panic.h> |
| 112 | #include <debug.h> |
112 | #include <debug.h> |
| 113 | #include <bitops.h> |
113 | #include <bitops.h> |
| 114 | #include <macros.h> |
114 | #include <macros.h> |
| - | 115 | #include <arch/asm.h> |
|
| 115 | 116 | ||
| 116 | SPINLOCK_INITIALIZE(slab_cache_lock); |
117 | SPINLOCK_INITIALIZE(slab_cache_lock); |
| 117 | static LIST_INITIALIZE(slab_cache_list); |
118 | static LIST_INITIALIZE(slab_cache_list); |
| 118 | 119 | ||
| 119 | /** Magazine cache */ |
120 | /** Magazine cache */ |