Subversion Repositories HelenOS-historic

Rev

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

Rev 57 Rev 68
Line 35... Line 35...
35
#include <context.h>
35
#include <context.h>
36
#include <func.h>
36
#include <func.h>
37
#include <arch.h>
37
#include <arch.h>
38
#include <arch/asm.h>
38
#include <arch/asm.h>
39
#include <list.h>
39
#include <list.h>
-
 
40
#include <panic.h>
40
#include <typedefs.h>
41
#include <typedefs.h>
41
#include <mm/page.h>
42
#include <mm/page.h>
42
#include <synch/spinlock.h>
43
#include <synch/spinlock.h>
43
 
44
 
44
#ifdef __SMP__
45
#ifdef __SMP__