Subversion Repositories HelenOS

Rev

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

Rev 300 Rev 406
Line 28... Line 28...
28
 
28
 
29
#
29
#
30
# Init code for application processors.
30
# Init code for application processors.
31
#
31
#
32
 
32
 
33
.section K_TEXT_START_2
33
.section K_TEXT_START_2, "ax"
34
 
34
 
35
#ifdef __SMP__
35
#ifdef __SMP__
36
 
36
 
37
.global ap_boot
37
.global ap_boot
38
 
38