Rev 534 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 1104 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #include <test.h> |
29 | #include <test.h> |
| 30 | #include <arch.h> |
30 | #include <arch.h> |
| 31 | #include <arch/atomic.h> |
31 | #include <atomic.h> |
| 32 | #include <print.h> |
32 | #include <print.h> |
| 33 | #include <proc/thread.h> |
33 | #include <proc/thread.h> |
| 34 | 34 | ||
| 35 | #include <synch/waitq.h> |
35 | #include <synch/waitq.h> |
| 36 | #include <synch/rwlock.h> |
36 | #include <synch/rwlock.h> |