Rev 2356 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2356 | Rev 2464 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #ifndef KERN_arm32_STACK_H_ |
36 | #ifndef KERN_arm32_STACK_H_ |
| 37 | #define KERN_arm32_STACK_H_ |
37 | #define KERN_arm32_STACK_H_ |
| 38 | 38 | ||
| 39 | #define STACK_ITEM_SIZE 4 |
39 | #define STACK_ITEM_SIZE 4 |
| 40 | 40 | ||
| 41 | /** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */ |
41 | /** See <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for |
| - | 42 | * details |
|
| - | 43 | */ |
|
| 42 | #define STACK_ALIGNMENT 8 |
44 | #define STACK_ALIGNMENT 8 |
| 43 | 45 | ||
| 44 | #endif |
46 | #endif |
| 45 | 47 | ||
| 46 | /** @} |
48 | /** @} |