Subversion Repositories HelenOS-historic

Rev

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

Rev 406 Rev 458
Line 30... Line 30...
30
# Init code for application processors.
30
# Init code for application processors.
31
#
31
#
32
 
32
 
33
.section K_TEXT_START_2, "ax"
33
.section K_TEXT_START_2, "ax"
34
 
34
 
35
#ifdef __SMP__
35
#ifdef CONFIG_SMP
36
 
36
 
37
.global ap_boot
37
.global ap_boot
38
 
38
 
39
KTEXT=8
39
KTEXT=8
40
KDATA=16
40
KDATA=16
Line 71... Line 71...
71
	
71
	
72
	addl $0x80000000, %esp			# PA2KA(ctx.sp)
72
	addl $0x80000000, %esp			# PA2KA(ctx.sp)
73
	
73
	
74
	jmpl $KTEXT, $main_ap
74
	jmpl $KTEXT, $main_ap
75
 
75
 
76
#endif /* __SMP__ */
76
#endif /* CONFIG_SMP */