Subversion Repositories HelenOS-historic

Rev

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

Rev 291 Rev 298
Line 67... Line 67...
67
	movl (%eax), %esp
67
	movl (%eax), %esp
68
	subl $0x80000000, %esp			# KA2PA(ctx.sp)
68
	subl $0x80000000, %esp			# KA2PA(ctx.sp)
69
 
69
 
70
	call map_kernel					# map kernel and turn paging on
70
	call map_kernel					# map kernel and turn paging on
71
	
71
	
-
 
72
	addl $0x80000000, %esp			# PA2KA(ctx.sp)
-
 
73
	
72
	jmpl $KTEXT, $main_ap
74
	jmpl $KTEXT, $main_ap
73
 
75
 
74
#endif /* __SMP__ */
76
#endif /* __SMP__ */