Apply __stack tag to align kernel defined task/fiber stacks

Updates the kernel defined stacks to ensure that they are properly aligned
by using the __stack tag.

Change-Id: I8514d38ee2e5bb2b2d87b17021db3c7f9c36a772
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-05-22 13:22:56 -04:00 committed by Anas Nashif
commit b4e7a4fdbe
3 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ const char * const build_timestamp = BUILD_TIMESTAMP;
/* stack space for the background (or idle) task context */
static char __noinit main_task_stack[CONFIG_MAIN_STACK_SIZE];
static char __noinit __stack main_task_stack[CONFIG_MAIN_STACK_SIZE];
/*
* storage space for the interrupt stack