Subversion Repositories HelenOS

Rev

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

Rev 2027 Rev 2029
Line 29... Line 29...
29
 
29
 
30
#if (defined(ia32) || defined(amd64) || defined(ia64) || defined(ia32xen))
30
#if (defined(ia32) || defined(amd64) || defined(ia64) || defined(ia32xen))
31
 
31
 
32
#include <print.h>
32
#include <print.h>
33
#include <debug.h>
33
#include <debug.h>
34
#include <panic.h>
-
 
35
 
34
 
36
#include <test.h>
35
#include <test.h>
37
#include <atomic.h>
36
#include <atomic.h>
38
#include <proc/thread.h>
37
#include <proc/thread.h>
39
 
38