Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3861 → Rev 3862

/branches/sparc/kernel/generic/src/mm/slab.c
112,6 → 112,7
#include <debug.h>
#include <bitops.h>
#include <macros.h>
#include <arch/asm.h>
 
SPINLOCK_INITIALIZE(slab_cache_lock);
static LIST_INITIALIZE(slab_cache_list);