Subversion Repositories HelenOS

Rev

Rev 72 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 115
Line 36... Line 36...
36
#include <typedefs.h>
36
#include <typedefs.h>
37
#include <synch/spinlock.h>
37
#include <synch/spinlock.h>
38
#include <config.h>
38
#include <config.h>
39
#include <list.h>
39
#include <list.h>
40
#include <panic.h>
40
#include <panic.h>
-
 
41
#include <arch/asm.h>
41
 
42
 
42
vm_t *vm_create(void)
43
vm_t *vm_create(void)
43
{
44
{
44
    vm_t *m;
45
    vm_t *m;
45
   
46