Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 11
Line 40... Line 40...
40
#include <mm/page.h>
40
#include <mm/page.h>
41
#include <arch/mm/page.h>
41
#include <arch/mm/page.h>
42
#include <mm/vm.h>
42
#include <mm/vm.h>
43
 
43
 
44
#ifdef __SMP__
44
#ifdef __SMP__
45
#include <arch/mp.h>
45
#include <arch/smp/mp.h>
46
#endif /* __SMP__ */
46
#endif /* __SMP__ */
47
 
47
 
48
#include <synch/waitq.h>
48
#include <synch/waitq.h>
49
#include <synch/spinlock.h>
49
#include <synch/spinlock.h>
50
 
50