Subversion Repositories HelenOS-historic

Rev

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

Rev 65 Rev 103
Line 28... Line 28...
28
 
28
 
29
.text
29
.text
30
 
30
 
31
.global context_save
31
.global context_save
32
.global context_restore
32
.global context_restore
33
.global fpu_context_save
-
 
34
.global fpu_context_restore
-
 
35
.global fpu_lazy_context_save
-
 
36
.global fpu_lazy_context_restore
-
 
37
 
33
 
38
 
34
 
39
## Save current CPU context
35
## Save current CPU context
40
#
36
#
41
# Save CPU context to the kernel_context variable
37
# Save CPU context to the kernel_context variable