~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to kernel/arch/arm32/include/arch/stack.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#ifndef KERN_arm32_STACK_H_
37
37
#define KERN_arm32_STACK_H_
38
38
 
 
39
#include <config.h>
 
40
 
 
41
#define MEM_STACK_SIZE  STACK_SIZE
 
42
 
39
43
#define STACK_ITEM_SIZE         4
40
44
 
41
45
/** See <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for