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 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#include <arch.h>
29
#include <arch.h>
30
 
30
 
31
#ifdef __SMP__
31
#ifdef __SMP__
32
#include <arch/atomic.h>
32
#include <arch/smp/atomic.h>
33
#endif
33
#endif
34
 
34
 
35
#include <synch/spinlock.h>
35
#include <synch/spinlock.h>
36
 
36
 
37
#ifdef __SMP__
37
#ifdef __SMP__