Subversion Repositories HelenOS-historic

Rev

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

Rev 28 Rev 29
Line 44... Line 44...
44
#include <mm/page.h>
44
#include <mm/page.h>
45
#include <mm/frame.h>
45
#include <mm/frame.h>
46
#include <cpu.h>
46
#include <cpu.h>
47
#include <arch/i8259.h>
47
#include <arch/i8259.h>
48
#include <arch/asm.h>
48
#include <arch/asm.h>
-
 
49
#include <arch/acpi/madt.h>
49
 
50
 
50
/*
51
/*
51
 * Multi-Processor Specification detection code.
52
 * Multi-Processor Specification detection code.
52
 */
53
 */
53
 
54