Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1864
Line 25... Line 25...
25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
#
27
#
28
 
28
 
29
#include <arch/context_offset.h>
29
#include <arch/context_offset.h>
30
#include <arch/stack.h>
-
 
31
 
30
 
32
/**
31
/**
33
 * Both context_save_arch() and context_restore_arch() are
32
 * Both context_save_arch() and context_restore_arch() are
34
 * leaf-optimized procedures. This kind of optimization
33
 * leaf-optimized procedures. This kind of optimization
35
 * is very important and prevents any implicit window
34
 * is very important and prevents any implicit window