seL4/src/kernel
Adrian Danis 4f52aca5b1 Remove multiple stack definitions
This commit changes the stack so that it is declared a single time in stack.c,
with the correct attributes and alignment, instead of being declared in stack.h
and relying on the linker to collapse the multiple declarations.
2017-02-06 15:42:37 +11:00
..
boot.c Use same constant for clearing and allocating bootinfo frame 2017-01-27 09:54:54 +11:00
cspace.c unsigned int -> word_t 2015-12-10 10:45:21 +11:00
faulthandler.c SELFOUR-413: refactor libsel4 fault API 2016-11-25 12:29:07 +11:00
Makefile Unify kernel stack definition/declaration and share it between architecures/modes 2017-01-17 15:52:58 +11:00
stack.c Remove multiple stack definitions 2017-02-06 15:42:37 +11:00
thread.c Simplify conditional 2017-01-30 09:46:40 +11:00