Subversion Repositories HelenOS

Rev

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

Rev 415 Rev 443
Line 30... Line 30...
30
#define __ia64_CONTEXT_H__
30
#define __ia64_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
#include <align.h>
34
#include <align.h>
35
 
-
 
36
#define STACK_ITEM_SIZE         16
-
 
37
#define STACK_ALIGNMENT         16
35
#include <arch/stack.h>
38
#define REGISTER_STACK_ALIGNMENT    8
-
 
39
 
36
 
40
/*
37
/*
41
 * context_save() and context_restore() are both leaf procedures.
38
 * context_save() and context_restore() are both leaf procedures.
42
 * No need to allocate scratch area.
39
 * No need to allocate scratch area.
43
 *
40
 *