Subversion Repositories HelenOS

Rev

Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3343 Rev 3862
Line 49... Line 49...
49
#include <syscall/copy.h>
49
#include <syscall/copy.h>
50
#include <adt/btree.h>
50
#include <adt/btree.h>
51
#include <arch.h>
51
#include <arch.h>
52
#include <align.h>
52
#include <align.h>
53
#include <errno.h>
53
#include <errno.h>
-
 
54
#include <arch/asm.h>
54
 
55
 
55
/** This lock protects the parea_btree. */
56
/** This lock protects the parea_btree. */
56
SPINLOCK_INITIALIZE(parea_lock);
57
SPINLOCK_INITIALIZE(parea_lock);
57
 
58
 
58
/** B+tree with enabled physical memory areas. */
59
/** B+tree with enabled physical memory areas. */