tests/kernel/smp: Honor TEST_EXTRA_STACKSIZE

There was a test-created thread that wasn't including this.  It's a
huge stack and doesn't overflow (though I thought briefly that it
was), but it's a rule that we need to have that buffer and I'm trying
to fix these as I find them.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2019-02-20 10:04:03 -08:00 committed by Anas Nashif
commit 5697dd7980

View file

@ -15,7 +15,7 @@
#error SMP test requires at least two CPUs!
#endif
#define T2_STACK_SIZE 2048
#define T2_STACK_SIZE (2048 + CONFIG_TEST_EXTRA_STACKSIZE)
#define STACK_SIZE (384 + CONFIG_TEST_EXTRA_STACKSIZE)
#define DELAY_US 50000
#define TIMEOUT 1000