Rev 2191 | Rev 2356 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2191 | Rev 2195 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | /** @addtogroup mips32 |
29 | /** @addtogroup arm32 |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_mips32_STACK_H_ |
35 | #ifndef KERN_arm32_STACK_H_ |
| 36 | #define KERN_mips32_STACK_H_ |
36 | #define KERN_arm32_STACK_H_ |
| 37 | 37 | ||
| 38 | #define STACK_ITEM_SIZE 4 |
38 | #define STACK_ITEM_SIZE 4 |
| 39 | 39 | ||
| 40 | /** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */ |
40 | /** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */ |
| 41 | #define STACK_ALIGNMENT 8 |
41 | #define STACK_ALIGNMENT 8 |