Subversion Repositories HelenOS-historic

Rev

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

Rev 35 Rev 45
Line 29... Line 29...
29
#ifndef __ia64_CONTEXT_H__
29
#ifndef __ia64_CONTEXT_H__
30
#define __ia64_CONTEXT_H__
30
#define __ia64_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
-
 
34
struct fpu_context {
-
 
35
  //Don't understand IA-64 fpu environment
-
 
36
};
-
 
37
 
-
 
38
 
34
struct context {
39
struct context {
35
    __u64 sp;
40
    __u64 sp;
36
    __u64 pc;
41
    __u64 pc;
37
    pri_t pri;
42
    pri_t pri;
38
};
43
};