Subversion Repositories HelenOS-historic

Rev

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

Rev 131 Rev 195
Line 38... Line 38...
38
#include <arch/types.h>
38
#include <arch/types.h>
39
#include <typedefs.h>
39
#include <typedefs.h>
40
#include <cpu.h>
40
#include <cpu.h>
41
#include <arch/asm.h>
41
#include <arch/asm.h>
42
#include <arch/bios/bios.h>
42
#include <arch/bios/bios.h>
-
 
43
#include <mm/frame.h>
43
 
44
 
44
/*
45
/*
45
 * MultiProcessor Specification detection code.
46
 * MultiProcessor Specification detection code.
46
 */
47
 */
47
 
48