Subversion Repositories HelenOS

Rev

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

Rev 282 Rev 406
Line 35... Line 35...
35
#include <arch/pm.h>
35
#include <arch/pm.h>
36
#include <arch/cpu.h>
36
#include <arch/cpu.h>
37
#include <arch/cpuid.h>
37
#include <arch/cpuid.h>
38
#include <arch/mm/page.h>
38
#include <arch/mm/page.h>
39
	
39
	
40
.section K_TEXT_START_2
40
.section K_TEXT_START_2, "ax"
41
 
41
 
42
#ifdef __SMP__
42
#ifdef __SMP__
43
 
43
 
44
.global ap_boot
44
.global ap_boot
45
 
45