Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 11
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
#ifdef __SMP__
29
#ifdef __SMP__
30
 
30
 
31
#include <arch/mp.h>
-
 
32
#include <arch/ap.h>
-
 
33
#include <arch/pm.h>
31
#include <arch/pm.h>
34
#include <config.h>
32
#include <config.h>
35
#include <print.h>
33
#include <print.h>
36
#include <panic.h>
34
#include <panic.h>
-
 
35
#include <arch/smp/mp.h>
-
 
36
#include <arch/smp/ap.h>
37
#include <arch/apic.h>
37
#include <arch/smp/apic.h>
38
#include <func.h>
38
#include <func.h>
39
#include <arch/types.h>
39
#include <arch/types.h>
40
#include <typedefs.h>
40
#include <typedefs.h>
41
#include <synch/waitq.h>
41
#include <synch/waitq.h>
42
#include <time/delay.h>
42
#include <time/delay.h>