Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1948 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | #define SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) |
44 | #define SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) |
| 45 | 45 | ||
| 46 | 46 | ||
| 47 | #ifndef __ASM__ |
47 | #ifndef __ASM__ |
| 48 | 48 | ||
| 49 | #ifndef __mips32_TYPES_H__ |
- | |
| 50 | # include <arch/types.h> |
49 | #include <arch/types.h> |
| 51 | #endif |
- | |
| 52 | 50 | ||
| 53 | /* |
51 | /* |
| 54 | * Only save registers that must be preserved across |
52 | * Only save registers that must be preserved across |
| 55 | * function calls. |
53 | * function calls. |
| 56 | */ |
54 | */ |