Rev 1860 | Rev 1976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1860 | Rev 1948 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_sparc64_CONTEXT_H_ |
35 | #ifndef KERN_sparc64_CONTEXT_H_ |
| 36 | #define KERN_sparc64_CONTEXT_H_ |
36 | #define KERN_sparc64_CONTEXT_H_ |
| 37 | 37 | ||
| 38 | #ifndef KERN_sparc64_STACK_H_ |
- | |
| 39 | # include <arch/stack.h> |
38 | #include <arch/stack.h> |
| 40 | #endif |
- | |
| 41 | - | ||
| 42 | #ifndef KERN_sparc64_TYPES_H_ |
- | |
| 43 | # include <arch/types.h> |
39 | #include <arch/types.h> |
| 44 | #endif |
- | |
| 45 | - | ||
| 46 | #ifndef KERN_ALIGN_H_ |
- | |
| 47 | # include <align.h> |
40 | #include <align.h> |
| 48 | #endif |
- | |
| 49 | 41 | ||
| 50 | #define SP_DELTA STACK_WINDOW_SAVE_AREA_SIZE |
42 | #define SP_DELTA STACK_WINDOW_SAVE_AREA_SIZE |
| 51 | 43 | ||
| 52 | #ifdef context_set |
44 | #ifdef context_set |
| 53 | #undef context_set |
45 | #undef context_set |