Subversion Repositories HelenOS

Rev

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

Rev 197 Rev 318
Line 29... Line 29...
29
.text
29
.text
30
 
30
 
31
.global context_save
31
.global context_save
32
.global context_restore
32
.global context_restore
33
 
33
 
34
#include "context_offset.h"
34
#include <arch/context_offset.h>
35
 
35
 
36
## Save current CPU context
36
## Save current CPU context
37
#
37
#
38
# Save CPU context to the kernel_context variable
38
# Save CPU context to the kernel_context variable
39
# pointed by the 1st argument. Returns 1 in EAX.
39
# pointed by the 1st argument. Returns 1 in EAX.