Rev 3068 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3068 | Rev 3578 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_SPINLOCK_H_ |
35 | #ifndef KERN_SPINLOCK_H_ |
36 | #define KERN_SPINLOCK_H_ |
36 | #define KERN_SPINLOCK_H_ |
37 | 37 | ||
38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
- | 39 | #include <arch/barrier.h> |
|
39 | #include <preemption.h> |
40 | #include <preemption.h> |
40 | #include <atomic.h> |
41 | #include <atomic.h> |
41 | #include <debug.h> |
42 | #include <debug.h> |
42 | 43 | ||
43 | #ifdef CONFIG_SMP |
44 | #ifdef CONFIG_SMP |