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:
parent
b18685bcf1
commit
5697dd7980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue