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 <typedefs.h>
40
#include <typedefs.h>
41
#include <mm/page.h>
41
#include <mm/page.h>
42
#include <synch/spinlock.h>
42
#include <synch/spinlock.h>
43
 
43
 
44
#ifdef __SMP__
44
#ifdef __SMP__
45
#include <arch/atomic.h>
45
#include <arch/smp/atomic.h>
46
#endif /* __SMP__ */
46
#endif /* __SMP__ */
47
 
47
 
48
/*
48
/*
49
 * NOTE ON ATOMIC READS:
49
 * NOTE ON ATOMIC READS:
50
 * Some architectures cannot read __u32 atomically.
50
 * Some architectures cannot read __u32 atomically.